From 69c14e212b83a9fa6a3b57a9960db560299cd143 Mon Sep 17 00:00:00 2001 From: "ci-robbot [bot]" <105103991+ci-robbot@users.noreply.github.com> Date: Tue, 18 Feb 2025 15:46:33 +0100 Subject: [PATCH] Bump development/toolchain-go-ubuntu to 1.24.0 (#1270) Signed-off-by: ci-robbot Co-authored-by: Itxaka --- packages/toolchain-go/collection.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/toolchain-go/collection.yaml b/packages/toolchain-go/collection.yaml index 986451c..c44f75c 100644 --- a/packages/toolchain-go/collection.yaml +++ b/packages/toolchain-go/collection.yaml @@ -17,7 +17,7 @@ packages: - name: toolchain-go-ubuntu variant: "bookworm" category: development - version: "1.23.6" + version: "1.24.0" hidden: true labels: autobump.revdeps: "false" @@ -28,7 +28,7 @@ packages: curl -s -L "https://go.dev/dl/?mode=json" |jq -r '.[0].version'| sed 's/go//g' autobump.version_hook: | curl -s -L "https://go.dev/dl/?mode=json" |jq -r '.[0].version'| sed 's/go//g' - package.version: "1.23.6" + package.version: "1.24.0" - name: toolchain-go category: development variant: "alpine"