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 ad56eec commit 894365cCopy full SHA for 894365c
Makefile
@@ -35,5 +35,6 @@ lint: $(GOLANGCI_LINT_BIN)
35
dependencies: $(GOLANGCI_LINT_BIN)
36
37
$(GOLANGCI_LINT_BIN):
38
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(FIRST_GOPATH)/bin v1.23.8
+ curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(FIRST_GOPATH)/bin v1.30.0
39
+
40
0 commit comments