Skip to content

Commit

Permalink
Bump toolchain-go(-ubuntu) to 1.23.3
Browse files Browse the repository at this point in the history
Signed-off-by: Dimitris Karakasilis <[email protected]>
  • Loading branch information
jimmykarily committed Nov 13, 2024
1 parent fdbd14c commit 0b5aef4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/toolchain-go/collection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit 0b5aef4

Please sign in to comment.