diff options
author | Antoine GIRARD <sapk@users.noreply.github.com> | 2020-01-13 15:06:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-13 15:06:49 +0100 |
commit | dfe456407273c25b8be067b63a5ca78c515099e0 (patch) | |
tree | 3532a897dfe006d64586aa8c127b3688434c1a19 | |
parent | bd9d480f997522212a4a842941ee3f5683878908 (diff) | |
download | gitea-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |