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 d6f82cd commit ceded3bCopy full SHA for ceded3b
Makefile
@@ -42,5 +42,5 @@ dependencies: $(GOLANGCI_LINT_BIN)
42
go mod download
43
44
$(GOLANGCI_LINT_BIN):
45
- 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
46
0 commit comments