diff --git a/.cirrus.yml b/.cirrus.yml index 33e6595..ed3c1f4 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -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