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 960ac36 commit fef49f5Copy full SHA for fef49f5
Makefile
@@ -558,6 +558,6 @@ pr:
558
golangci-lint:
559
@hash golangci-lint > /dev/null 2>&1; if [ $$? -ne 0 ]; then \
560
export BINARY="golangci-lint"; \
561
- 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; \
562
fi
563
golangci-lint run --timeout 5m
0 commit comments