We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e91326 commit 2c36077Copy full SHA for 2c36077
.cirrus.yml
@@ -8,11 +8,11 @@ freebsd_task:
8
9
pkginstall_script:
10
- pkg update -f
11
- - pkg install -y go124
+ - pkg install -y go125
12
- pkg install -y git
13
14
setup_script:
15
- - ln -s /usr/local/bin/go124 /usr/local/bin/go
+ - ln -s /usr/local/bin/go125 /usr/local/bin/go
16
- pw groupadd sftpgo
17
- pw useradd sftpgo -g sftpgo -w none -m
18
- mkdir /home/sftpgo/sftpgo
0 commit comments