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.
2 parents 0348605 + e865f84 commit 976eabbCopy full SHA for 976eabb
Makefile
@@ -21,7 +21,7 @@ bootstra%:
21
$Q curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $$(go env GOPATH)/bin latest
22
$Q go install golang.org/x/vuln/cmd/govulncheck@latest
23
$Q go install gotest.tools/gotestsum@latest
24
- $Q go install github.com/goreleaser/goreleaser@latest
+ $Q go install github.com/goreleaser/goreleaser/v2@latest
25
$Q go install github.com/sigstore/cosign/v2/cmd/cosign@latest
26
27
.PHONY: bootstra%
0 commit comments