1
0
mirror of https://github.com/kairos-io/packages.git synced 2025-05-11 09:35:28 +00:00

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
category: development
variant: "alpine"
version: "1.23.2"
version: "1.23.3"
hidden: true
labels:
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'
autobump.version_hook: |
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
variant: "bookworm"
category: development
version: "1.23.2"
version: "1.23.3"
hidden: true
labels:
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'
autobump.version_hook: |
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
category: development
variant: "alpine"