Skip to content

Commit

Permalink
pin go releaser (#1399)
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Elliott <[email protected]>
  • Loading branch information
joe-elliott authored Apr 19, 2022
1 parent 214ceac commit 9211d77
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,10 @@ update-mod:


### Release (intended to be used in the .github/workflows/release.yml)
# Note: goreleaser is pinned to 1.6.3 because newer versions require go1.18. Once we have migrated
# the project and CI pipeline to 1.18 we can go back to using @latest.
$(GORELEASER):
go install github.com/goreleaser/goreleaser@latest
go install github.com/goreleaser/goreleaser@v1.6.3

release: $(GORELEASER)
$(GORELEASER) build --skip-validate --rm-dist
Expand Down

0 comments on commit 9211d77

Please sign in to comment.