Skip to content

Commit 793eb10

Browse files
committed
fix the go version
1 parent f885b6e commit 793eb10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
copyback: true
2828
release: "15.0"
2929
prepare: |
30-
pkg install -y git go124 ca_root_nss poudriere
30+
pkg install -y git go1.23.12 ca_root_nss poudriere
3131
git clone -b devel --depth 1 --single-branch https://github.com/pfsense/FreeBSD-ports.git /usr/ports
3232
run: |
3333
set -ex

0 commit comments

Comments
 (0)