From dd6173a90d5847f57778b5f8a3ea9ad6c024567f Mon Sep 17 00:00:00 2001 From: Alessandro Arzilli Date: Mon, 4 Mar 2024 18:15:21 +0100 Subject: [PATCH] Cirrus-CI: update to FreeBSD 13.3 (#3679) --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index b07c983c..5ff42db3 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -2,7 +2,7 @@ env: GOFLAGS: -mod=vendor freebsd_instance: - image_family: freebsd-13-2 + image_family: freebsd-13-3 test_task: install_script: pkg install -y go gcc git