aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine GIRARD <sapk@users.noreply.github.com>2020-01-13 15:06:49 +0100
committerGitHub <noreply@github.com>2020-01-13 15:06:49 +0100
commitdfe456407273c25b8be067b63a5ca78c515099e0 (patch)
tree3532a897dfe006d64586aa8c127b3688434c1a19
parentbd9d480f997522212a4a842941ee3f5683878908 (diff)
downloadgitea-dfe456407273c25b8be067b63a5ca78c515099e0.tar.gz
gitea-dfe456407273c25b8be067b63a5ca78c515099e0.zip
ci: go back to golangci-lint 1.20.0 (#9742)
Revert https://github.com/go-gitea/gitea/pull/9711
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 89c3de401e..cd1d1fe320 100644
--- a/Makefile
+++ b/Makefile
@@ -534,6 +534,6 @@ pr:
golangci-lint:
@hash golangci-lint > /dev/null 2>&1; if [ $$? -ne 0 ]; then \
export BINARY="golangci-lint"; \
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(GOPATH)/bin v1.22.2; \
+ curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(GOPATH)/bin v1.20.0; \
fi
golangci-lint run --timeout 5m