Skip to content

Commit

Permalink
Use Go 1.23
Browse files Browse the repository at this point in the history
Signed-off-by: Mikkel Oscar Lyderik Larsen <[email protected]>
  • Loading branch information
mikkeloscar committed Oct 2, 2024
1 parent c6b3005 commit 5b05540
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion delivery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pipeline:
- event: pull_request
vm_config:
type: linux
image: "cdp-runtime/go-1.22"
image: "cdp-runtime/go-1.23"
size: large # speed up building kubernetes/kubernetes
cache:
paths:
Expand Down
4 changes: 2 additions & 2 deletions test/e2e/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module github.com/zalando-incubator/kubernetes-on-aws/tests/e2e

go 1.22.0
go 1.23

toolchain go1.22.2
toolchain go1.23.2

require (
github.com/evanphx/json-patch v5.6.0+incompatible
Expand Down
4 changes: 2 additions & 2 deletions test/e2e/stackset/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module github.com/zalando-incubator/kubernetes-on-aws/test/e2e/stackset

go 1.22
go 1.23

toolchain go1.22.8
toolchain go1.23.2

require github.com/zalando-incubator/stackset-controller v1.4.86

Expand Down

0 comments on commit 5b05540

Please sign in to comment.