diff options
author | techknowlogick <techknowlogick@gitea.io> | 2020-08-25 02:24:37 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-25 09:24:37 +0300 |
commit | e90e122b395f2dc0aff9ee917a7377078c774d31 (patch) | |
tree | b7d5a30911e180e77016c19e125cccac41144f05 /Makefile | |
parent | f3fb3c6f5600714548c63cb0771e887d7a226744 (diff) | |
download | gitea-e90e122b395f2dc0aff9ee917a7377078c774d31.tar.gz gitea-e90e122b395f2dc0aff9ee917a7377078c774d31.zip |
update to latest golangci-lint (v1.30.0) (#12597)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |