summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGusted <williamzijl7@hotmail.com>2022-01-25 22:09:49 +0000
committerGitHub <noreply@github.com>2022-01-26 00:09:49 +0200
commitb53fd5ff9006af9d35e8de727f8ebbbb4bb30806 (patch)
treebd1f50a7c8422bd3bd379183d0fa6ed90186c1c5 /Makefile
parent80adbebbc8e0814d0fa0ac660d5c9452e458067b (diff)
downloadgitea-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--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d12f83d98b..87613d9510 100644
--- a/Makefile
+++ b/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