Skip to content

Commit d2ac552

Browse files
committed
.cirrus.yml: update Go to 1.25.5, FreeBSD to 14.3 and 15.0
1 parent cee3d34 commit d2ac552

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.cirrus.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
env:
22
CIRRUS_CLONE_DEPTH: 1
3-
GO_VERSION: go1.25.0
3+
GO_VERSION: go1.25.5
44

5-
freebsd_13_task:
5+
freebsd_14_task:
66
freebsd_instance:
7-
image_family: freebsd-13-5
7+
image_family: freebsd-14-3
88
install_script: |
99
pkg install -y go
1010
GOBIN=$PWD/bin go install golang.org/dl/${GO_VERSION}@latest
1111
bin/${GO_VERSION} download
1212
build_script: bin/${GO_VERSION} build -v ./...
1313
test_script: bin/${GO_VERSION} test -race ./...
1414

15-
freebsd_14_task:
15+
freebsd_15_task:
1616
freebsd_instance:
17-
image_family: freebsd-14-2
17+
image_family: freebsd-15-0-amd64-zfs
1818
install_script: |
1919
pkg install -y go
2020
GOBIN=$PWD/bin go install golang.org/dl/${GO_VERSION}@latest

0 commit comments

Comments
 (0)