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 26b4cfa commit 3b31b08Copy full SHA for 3b31b08
Makefile
@@ -41,5 +41,4 @@ lint: $(GOLANGCI_LINT_BIN)
41
dependencies: $(GOLANGCI_LINT_BIN)
42
43
$(GOLANGCI_LINT_BIN):
44
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(FIRST_GOPATH)/bin v1.23.8
45
-
+ curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(FIRST_GOPATH)/bin v1.30.0
0 commit comments