Skip to content

Commit

Permalink
Pin the goreleaser version for Go version support (#3674)
Browse files Browse the repository at this point in the history
* Pin the goreleaser version for Go version support

Without this change, goreleaser@latest requires a newer version of Go
than is currently supported by the project.  Here we pin the version.

* Pin the version of the tools image

(cherry picked from commit 868d066)
  • Loading branch information
zalegrala committed May 15, 2024
1 parent c653f65 commit 2225623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ update-mod:

### Release (intended to be used in the .github/workflows/release.yml)
$(GORELEASER):
go install github.com/goreleaser/goreleaser@latest
go install github.com/goreleaser/goreleaser@v1.25.1

.PHONY: release
release: $(GORELEASER)
Expand Down

0 comments on commit 2225623

Please sign in to comment.