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 d38ae59 commit 25fe60dCopy full SHA for 25fe60d
Makefile
@@ -708,7 +708,7 @@ pr\#%: clean-all
708
golangci-lint:
709
@hash golangci-lint > /dev/null 2>&1; if [ $$? -ne 0 ]; then \
710
export BINARY="golangci-lint"; \
711
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(GOPATH)/bin v1.35.2; \
+ curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(GOPATH)/bin v1.37.0; \
712
fi
713
golangci-lint run --timeout 10m
714
0 commit comments