Bump toolchain-go(-ubuntu) to 1.23.3

Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
This commit is contained in:
Dimitris Karakasilis 2024-11-13 09:09:06 +02:00
parent fdbd14c6c2
commit 0b5aef41ee

View File

@ -2,7 +2,7 @@ packages:
- name: toolchain-go - name: toolchain-go
category: development category: development
variant: "alpine" variant: "alpine"
version: "1.23.2" version: "1.23.3"
hidden: true hidden: true
labels: labels:
autobump.revdeps: "false" autobump.revdeps: "false"
@ -13,11 +13,11 @@ 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.23.2" package.version: "1.23.3"
- name: toolchain-go-ubuntu - name: toolchain-go-ubuntu
variant: "bookworm" variant: "bookworm"
category: development category: development
version: "1.23.2" version: "1.23.3"
hidden: true hidden: true
labels: labels:
autobump.revdeps: "false" 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' 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.23.2" package.version: "1.23.3"
- name: toolchain-go - name: toolchain-go
category: development category: development
variant: "alpine" variant: "alpine"