Skip to content

Commit 86a00ab

Browse files
authored
Fix Go tarball version in FreeBSD build configuration (#4339)
1 parent 3d4b502 commit 86a00ab

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/golang-test-freebsd.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ jobs:
2525
release: "14.2"
2626
prepare: |
2727
pkg install -y curl pkgconf xorg
28-
LATEST_VERSION=$(curl -s https://go.dev/VERSION?m=text|head -n 1)
29-
GO_TARBALL="$LATEST_VERSION.freebsd-amd64.tar.gz"
28+
GO_TARBALL="go1.23.12.freebsd-amd64.tar.gz"
3029
GO_URL="https://go.dev/dl/$GO_TARBALL"
3130
curl -vLO "$GO_URL"
3231
tar -C /usr/local -vxzf "$GO_TARBALL"

0 commit comments

Comments
 (0)