diff --git a/.github/workflows/golang-test-freebsd.yml b/.github/workflows/golang-test-freebsd.yml index 32ceb36db..cdd0910a4 100644 --- a/.github/workflows/golang-test-freebsd.yml +++ b/.github/workflows/golang-test-freebsd.yml @@ -25,8 +25,7 @@ jobs: release: "14.2" prepare: | pkg install -y curl pkgconf xorg - LATEST_VERSION=$(curl -s https://go.dev/VERSION?m=text|head -n 1) - GO_TARBALL="$LATEST_VERSION.freebsd-amd64.tar.gz" + GO_TARBALL="go1.23.12.freebsd-amd64.tar.gz" GO_URL="https://go.dev/dl/$GO_TARBALL" curl -vLO "$GO_URL" tar -C /usr/local -vxzf "$GO_TARBALL"