From f4cb2e2534d5143ce84451d4039b4ecced8c8dd7 Mon Sep 17 00:00:00 2001 From: "ci-robbot [bot]" <105103991+ci-robbot@users.noreply.github.com> Date: Fri, 6 Sep 2024 22:16:35 +0200 Subject: [PATCH] Bump development/toolchain-go to 1.23.1 (#1032) 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 2f93c12..a3c4e58 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.0" + version: "1.23.1" 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.0" + package.version: "1.23.1" - name: toolchain-go-ubuntu variant: "bookworm" category: development