Skip to content

Commit

Permalink
Bump to go 1.23
Browse files Browse the repository at this point in the history
Signed-off-by: Sascha Grunert <[email protected]>
  • Loading branch information
saschagrunert committed Dec 19, 2024
1 parent 3824a9c commit 1666c0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ dependencies:
match: "go-version: '\\d+.\\d+'"

- name: "golang: go.mod"
version: 1.22
version: 1.23
refPaths:
- path: go.mod
match: go \d+.\d+
Expand Down
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module k8s.io/release

go 1.22.8
toolchain go1.23.4
go 1.23

require (
cloud.google.com/go/storage v1.39.1
Expand Down

0 comments on commit 1666c0e

Please sign in to comment.