aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authortechknowlogick <techknowlogick@gitea.io>2021-01-21 17:14:23 -0500
committerGitHub <noreply@github.com>2021-01-21 17:14:23 -0500
commit62643d94a3041af91300b42ffb9e3ef8d80d6ba1 (patch)
treecac089202a4c3eff472968bda4f094a01836a969 /Makefile
parent072d550dda791463af61a40fc08bdfdd3f8a7caa (diff)
downloadgitea-62643d94a3041af91300b42ffb9e3ef8d80d6ba1.tar.gz
gitea-62643d94a3041af91300b42ffb9e3ef8d80d6ba1.zip
Update golangci-lint to 1.35.2 (#14418)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4e03581785..2de7883454 100644
--- a/Makefile
+++ b/Makefile
@@ -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