Skip to content

Commit 2225623

Browse files
committed
Pin the goreleaser version for Go version support (#3674)
* 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)
1 parent c653f65 commit 2225623

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ update-mod:
279279

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

284284
.PHONY: release
285285
release: $(GORELEASER)

0 commit comments

Comments
 (0)