Skip to content

Commit

Permalink
.cirrus.yml: drop FreeBSD 12, add FreeBSD 14
Browse files Browse the repository at this point in the history
Also update FreeBSD 13.0 to 13.2 and Go to 1.21.5.
  • Loading branch information
tklauser committed Jan 4, 2024
1 parent a58c16b commit fc2613b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .cirrus.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
env:
CIRRUS_CLONE_DEPTH: 1
GO_VERSION: go1.21.3
GO_VERSION: go1.21.5

freebsd_12_task:
freebsd_13_task:
freebsd_instance:
image_family: freebsd-12-3
image_family: freebsd-13-2
install_script: |
pkg install -y go
GOBIN=$PWD/bin go install golang.org/dl/${GO_VERSION}@latest
bin/${GO_VERSION} download
build_script: bin/${GO_VERSION} build -v ./...
test_script: bin/${GO_VERSION} test -race ./...

freebsd_13_task:
freebsd_14_task:
freebsd_instance:
image_family: freebsd-13-0
image_family: freebsd-14-0
install_script: |
pkg install -y go
GOBIN=$PWD/bin go install golang.org/dl/${GO_VERSION}@latest
Expand Down

0 comments on commit fc2613b

Please sign in to comment.