Bump development/toolchain-go to 1.21.6 (#610)

This commit is contained in:
ci-robbot [bot] 2024-01-15 15:15:54 +01:00 committed by GitHub
parent 89f59422ec
commit d38c2d94da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@ packages:
- name: toolchain-go - name: toolchain-go
category: development category: development
variant: "alpine" variant: "alpine"
version: "1.21.5" version: "1.21.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.21.5" package.version: "1.21.6"
- name: toolchain-go-ubuntu - name: toolchain-go-ubuntu
variant: "" variant: ""
category: development category: development