Skip to content

Commit

Permalink
CI FreeBSD: switch to Latest
Browse files Browse the repository at this point in the history
Go 1.21 is not available from Quarterly

Signed-off-by: Nicola Murino <[email protected]>
  • Loading branch information
drakkan committed Aug 20, 2023
1 parent b94ec75 commit 8e3f0fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ freebsd_task:
image_family: freebsd-13-2

pkginstall_script:
- mkdir -p /usr/local/etc/pkg/repos
- "echo 'FreeBSD: { url: \"pkg+http://pkg.FreeBSD.org/${ABI}/latest\" }' > /usr/local/etc/pkg/repos/FreeBSD.conf"
- pkg update -f
- pkg install -y go121
- pkg install -y git
Expand Down

0 comments on commit 8e3f0fc

Please sign in to comment.