We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3fb3c6 commit e90e122Copy full SHA for e90e122
Makefile
@@ -681,7 +681,7 @@ pr\#%: clean-all
681
golangci-lint:
682
@hash golangci-lint > /dev/null 2>&1; if [ $$? -ne 0 ]; then \
683
export BINARY="golangci-lint"; \
684
- 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; \
685
fi
686
golangci-lint run --timeout 5m
687
0 commit comments