Browse Source

Bump golangci-lint version (#18411)

- Bump golangci-lint version to v1.44.0 (no new linter errors detected)
pull/18412/head
Gusted 4 years ago committed by GitHub
parent
commit
b53fd5ff90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Makefile

2
Makefile

@ -27,7 +27,7 @@ COMMA := ,
XGO_VERSION := go-1.17.x
MIN_GO_VERSION := 001016000
MIN_NODE_VERSION := 012017000
MIN_GOLANGCI_LINT_VERSION := 001043000
MIN_GOLANGCI_LINT_VERSION := 001044000
DOCKER_IMAGE ?= gitea/gitea
DOCKER_TAG ?= latest

Loading…
Cancel
Save