File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 # Go module path for Docker mount (must match go.mod module).
1010 BREV_MODULE : github.com/brevdev/brev-cli
1111 # goreleaser-cross image with cross-compilers for CGO (see https://goreleaser.com/limitations/cgo/#using-docker).
12- GOLANG_CROSS_VERSION : v1.25.7
12+ GOLANG_CROSS_VERSION : v1.24.5
1313
1414jobs :
1515 goreleaser :
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ release: install-tools
134134# See: https://goreleaser.com/limitations/cgo (goreleaser needs explicit instructions for CGO builds)
135135# See: https://github.com/goreleaser/goreleaser-cross (docker image with cross-compilers for CGO builds)
136136# See: https://github.com/goreleaser/example-cross (example of using goreleaser-cross)
137- GOLANG_CROSS_VERSION ?= v1.25.7
137+ GOLANG_CROSS_VERSION ?= v1.24.5
138138BREV_MODULE ?= github.com/brevdev/brev-cli
139139
140140# Dry-run build using goreleaser-cross
You can’t perform that action at this time.
0 commit comments