Skip to content

Commit

Permalink
CI FreeBSD: use Go 1.23
Browse files Browse the repository at this point in the history
Signed-off-by: Nicola Murino <[email protected]>
  • Loading branch information
drakkan committed Oct 15, 2024
1 parent d8691d1 commit 77b2f8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ freebsd_task:

pkginstall_script:
- pkg update -f
- pkg install -y go122
- pkg install -y go123
- pkg install -y git

setup_script:
- ln -s /usr/local/bin/go122 /usr/local/bin/go
- ln -s /usr/local/bin/go123 /usr/local/bin/go
- pw groupadd sftpgo
- pw useradd sftpgo -g sftpgo -w none -m
- mkdir /home/sftpgo/sftpgo
Expand Down

0 comments on commit 77b2f8d

Please sign in to comment.