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 bd9d480 commit dfe4564Copy full SHA for dfe4564
Makefile
@@ -534,6 +534,6 @@ pr:
534
golangci-lint:
535
@hash golangci-lint > /dev/null 2>&1; if [ $$? -ne 0 ]; then \
536
export BINARY="golangci-lint"; \
537
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(GOPATH)/bin v1.22.2; \
+ curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(GOPATH)/bin v1.20.0; \
538
fi
539
golangci-lint run --timeout 5m
0 commit comments