We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d4b502 commit 86a00abCopy full SHA for 86a00ab
.github/workflows/golang-test-freebsd.yml
@@ -25,8 +25,7 @@ jobs:
25
release: "14.2"
26
prepare: |
27
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"
+ GO_TARBALL="go1.23.12.freebsd-amd64.tar.gz"
30
GO_URL="https://go.dev/dl/$GO_TARBALL"
31
curl -vLO "$GO_URL"
32
tar -C /usr/local -vxzf "$GO_TARBALL"
0 commit comments