Skip to content

Commit 95e0202

Browse files
committed
update cross version
1 parent beeebff commit 95e0202

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env:
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

1414
jobs:
1515
goreleaser:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
138138
BREV_MODULE ?= github.com/brevdev/brev-cli
139139

140140
# Dry-run build using goreleaser-cross

0 commit comments

Comments
 (0)