From 3338c660a590611c9fc80672fb3c32aba9dfe9b9 Mon Sep 17 00:00:00 2001 From: Simon Richardson Date: Mon, 18 Mar 2024 10:10:01 +0000 Subject: [PATCH] Bump go-version for packaging source --- jobs/ci-run/utils.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jobs/ci-run/utils.yml b/jobs/ci-run/utils.yml index 8a3cf72..e9b9ec3 100644 --- a/jobs/ci-run/utils.yml +++ b/jobs/ci-run/utils.yml @@ -124,7 +124,7 @@ fi export PATH="/snap/bin:$PATH" - sudo snap refresh go --channel=1.17/stable || sudo snap install go --channel=1.17/stable --classic + sudo snap refresh go --channel=1.21/stable || sudo snap install go --channel=1.21/stable --classic # TODO - fix this workaround # As we clone the full history (can't shallow clone otherwise queued jobs miss