From f791d40e82fb7bf17b9c7fc184042a7feab0c92f Mon Sep 17 00:00:00 2001 From: "ci-robbot [bot]" <105103991+ci-robbot@users.noreply.github.com> Date: Wed, 2 Oct 2024 22:20:08 +0200 Subject: [PATCH] Bump development/toolchain-go to 1.23.2 (#1086) Signed-off-by: ci-robbot --- 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 a48db15..34714f0 100644 --- a/packages/toolchain-go/collection.yaml +++ b/packages/toolchain-go/collection.yaml @@ -2,7 +2,7 @@ packages: - name: toolchain-go category: development variant: "alpine" - version: "1.23.1" + version: "1.23.2" hidden: true labels: autobump.revdeps: "false" @@ -13,7 +13,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.1" + package.version: "1.23.2" - name: toolchain-go-ubuntu variant: "bookworm" category: development