Skip to content

Commit

Permalink
.cirrus.yml: update Go to 1.22.5, FreeBSD to 1.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tklauser committed Aug 6, 2024
1 parent b76514a commit fc08bfe
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
@@ -1,10 +1,10 @@
env:
CIRRUS_CLONE_DEPTH: 1
GO_VERSION: go1.22.2
GO_VERSION: go1.22.5

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

0 comments on commit fc08bfe

Please sign in to comment.