diff options
author | techknowlogick <techknowlogick@gitea.io> | 2021-01-21 17:14:23 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-21 17:14:23 -0500 |
commit | 62643d94a3041af91300b42ffb9e3ef8d80d6ba1 (patch) | |
tree | cac089202a4c3eff472968bda4f094a01836a969 /Makefile | |
parent | 072d550dda791463af61a40fc08bdfdd3f8a7caa (diff) | |
download | gitea-62643d94a3041af91300b42ffb9e3ef8d80d6ba1.tar.gz gitea-62643d94a3041af91300b42ffb9e3ef8d80d6ba1.zip |
Update golangci-lint to 1.35.2 (#14418)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -709,7 +709,7 @@ pr\#%: clean-all 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.31.0; \ + curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(GOPATH)/bin v1.35.2; \ fi golangci-lint run --timeout 10m |