diff options
author | techknowlogick <techknowlogick@gitea.io> | 2020-01-11 15:33:40 -0500 |
---|---|---|
committer | Lauris BH <lauris@nix.lv> | 2020-01-11 22:33:40 +0200 |
commit | fef49f5e2ecfc189f3d1d263c4a438d71161fef0 (patch) | |
tree | 3551bb68827d39accea18b02f554ed57ce44c7a3 | |
parent | 960ac3609962b33c6937ef9de473122dff98a523 (diff) | |
download | gitea-fef49f5e2ecfc189f3d1d263c4a438d71161fef0.tar.gz gitea-fef49f5e2ecfc189f3d1d263c4a438d71161fef0.zip |
golangci-lint 1.22.2 (#9711)
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |