Skip to content

Commit 976eabb

Browse files
authored
Merge pull request smallstep#2397 from smallstep/herman/goreleaser-v2
Use GoReleaser `v2` in `make bootstrap`
2 parents 0348605 + e865f84 commit 976eabb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ bootstra%:
2121
$Q curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $$(go env GOPATH)/bin latest
2222
$Q go install golang.org/x/vuln/cmd/govulncheck@latest
2323
$Q go install gotest.tools/gotestsum@latest
24-
$Q go install github.com/goreleaser/goreleaser@latest
24+
$Q go install github.com/goreleaser/goreleaser/v2@latest
2525
$Q go install github.com/sigstore/cosign/v2/cmd/cosign@latest
2626

2727
.PHONY: bootstra%

0 commit comments

Comments
 (0)