summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authortechknowlogick <techknowlogick@gitea.io>2019-08-13 23:32:38 -0400
committerGitHub <noreply@github.com>2019-08-13 23:32:38 -0400
commit99a004c343ff0770af4e209ca4634b83f153a23c (patch)
tree64333e387fcd4b6d1de6d8e216d7c924cf1b801a /Makefile
parent2f2a4cb8982647bb9b3819cf3797d6484617567a (diff)
downloadgitea-99a004c343ff0770af4e209ca4634b83f153a23c.tar.gz
gitea-99a004c343ff0770af4e209ca4634b83f153a23c.zip
Update golangci-lint to v1.17.1 (#7848)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 3d81ebe606..de2692d6a8 100644
--- a/Makefile
+++ b/Makefile
@@ -473,6 +473,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.16.0; \
+ curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(GOPATH)/bin v1.17.1; \
fi
- golangci-lint run
+ golangci-lint run --deadline=3m