diff options
author | Gusted <williamzijl7@hotmail.com> | 2022-01-25 22:09:49 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-26 00:09:49 +0200 |
commit | b53fd5ff9006af9d35e8de727f8ebbbb4bb30806 (patch) | |
tree | bd1f50a7c8422bd3bd379183d0fa6ed90186c1c5 /Makefile | |
parent | 80adbebbc8e0814d0fa0ac660d5c9452e458067b (diff) | |
download | gitea-b53fd5ff9006af9d35e8de727f8ebbbb4bb30806.tar.gz gitea-b53fd5ff9006af9d35e8de727f8ebbbb4bb30806.zip |
Bump golangci-lint version (#18411)
- Bump golangci-lint version to v1.44.0 (no new linter errors detected)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |