summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortechknowlogick <techknowlogick@gitea.io>2020-01-11 15:33:40 -0500
committerLauris BH <lauris@nix.lv>2020-01-11 22:33:40 +0200
commitfef49f5e2ecfc189f3d1d263c4a438d71161fef0 (patch)
tree3551bb68827d39accea18b02f554ed57ce44c7a3
parent960ac3609962b33c6937ef9de473122dff98a523 (diff)
downloadgitea-fef49f5e2ecfc189f3d1d263c4a438d71161fef0.tar.gz
gitea-fef49f5e2ecfc189f3d1d263c4a438d71161fef0.zip
golangci-lint 1.22.2 (#9711)
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8da85c7a81..61cab8b06d 100644
--- a/Makefile
+++ b/Makefile
@@ -558,6 +558,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.20.0; \
+ curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(GOPATH)/bin v1.22.2; \
fi
golangci-lint run --timeout 5m