[misc] Reorder "Checkout code" step in GitHub Actions workflows and bump FreeBSD Go tarball version

This commit is contained in:
Maycon Santos
2025-11-20 22:03:55 +01:00
parent 74667d908f
commit 737a258f1c
3 changed files with 29 additions and 27 deletions

View File

@@ -25,7 +25,7 @@ jobs:
release: "14.2"
prepare: |
pkg install -y curl pkgconf xorg
GO_TARBALL="go1.23.12.freebsd-amd64.tar.gz"
GO_TARBALL="go1.24.10.freebsd-amd64.tar.gz"
GO_URL="https://go.dev/dl/$GO_TARBALL"
curl -vLO "$GO_URL"
tar -C /usr/local -vxzf "$GO_TARBALL"