Bump development/toolchain-go to 1.22.6 (#1005)

Signed-off-by: ci-robbot <robot@c3os.io>
This commit is contained in:
ci-robbot [bot]
2024-08-07 22:13:03 +02:00
committed by GitHub
parent 58162ca0ce
commit 24da9d4442

View File

@@ -2,7 +2,7 @@ packages:
- name: toolchain-go - name: toolchain-go
category: development category: development
variant: "alpine" variant: "alpine"
version: "1.22.5" version: "1.22.6"
hidden: true hidden: true
labels: labels:
autobump.revdeps: "false" 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' curl -s -L "https://go.dev/dl/?mode=json" |jq -r '.[0].version'| sed 's/go//g'
autobump.version_hook: | autobump.version_hook: |
curl -s -L "https://go.dev/dl/?mode=json" |jq -r '.[0].version'| sed 's/go//g' curl -s -L "https://go.dev/dl/?mode=json" |jq -r '.[0].version'| sed 's/go//g'
package.version: "1.22.5" package.version: "1.22.6"
- name: toolchain-go-ubuntu - name: toolchain-go-ubuntu
variant: "bookworm" variant: "bookworm"
category: development category: development