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 cee3d34 commit d2ac552Copy full SHA for d2ac552
.cirrus.yml
@@ -1,20 +1,20 @@
1
env:
2
CIRRUS_CLONE_DEPTH: 1
3
- GO_VERSION: go1.25.0
+ GO_VERSION: go1.25.5
4
5
-freebsd_13_task:
+freebsd_14_task:
6
freebsd_instance:
7
- image_family: freebsd-13-5
+ image_family: freebsd-14-3
8
install_script: |
9
pkg install -y go
10
GOBIN=$PWD/bin go install golang.org/dl/${GO_VERSION}@latest
11
bin/${GO_VERSION} download
12
build_script: bin/${GO_VERSION} build -v ./...
13
test_script: bin/${GO_VERSION} test -race ./...
14
15
-freebsd_14_task:
+freebsd_15_task:
16
17
- image_family: freebsd-14-2
+ image_family: freebsd-15-0-amd64-zfs
18
19
20
0 commit comments