Force go version in freebsd release

This commit is contained in:
Theodor S. Midtlien
2026-05-27 16:09:51 +02:00
parent b2f74ffc9a
commit dc93d3f938

View File

@@ -69,7 +69,7 @@ jobs:
envs: "GO_VERSION"
prepare: |
# Install required packages
pkg install -y git curl portlint go
pkg install -y git curl portlint
# Install Go for building
GO_TARBALL="go${GO_VERSION}.freebsd-amd64.tar.gz"