aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authortechknowlogick <techknowlogick@gitea.io>2020-08-25 02:24:37 -0400
committerGitHub <noreply@github.com>2020-08-25 09:24:37 +0300
commite90e122b395f2dc0aff9ee917a7377078c774d31 (patch)
treeb7d5a30911e180e77016c19e125cccac41144f05 /Makefile
parentf3fb3c6f5600714548c63cb0771e887d7a226744 (diff)
downloadgitea-e90e122b395f2dc0aff9ee917a7377078c774d31.tar.gz
gitea-e90e122b395f2dc0aff9ee917a7377078c774d31.zip
update to latest golangci-lint (v1.30.0) (#12597)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bfeccf82e0..1fec4eb503 100644
--- a/Makefile
+++ b/Makefile
@@ -681,7 +681,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.24.0; \
+ curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(GOPATH)/bin v1.30.0; \
fi
golangci-lint run --timeout 5m