Skip to content

Commit

Permalink
Bump go version to 1.21 for controller-runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
alvaroaleman committed Dec 3, 2023
1 parent 56537ee commit 4b5df36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ periodics:
base_ref: main
spec:
containers:
- image: public.ecr.aws/docker/library/golang:1.20
- image: public.ecr.aws/docker/library/golang:1.21
command:
- ./hack/ci-check-everything.sh
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ presubmits:
- ^main$
spec:
containers:
- image: public.ecr.aws/docker/library/golang:1.20
- image: public.ecr.aws/docker/library/golang:1.21
command:
- ./hack/ci-check-everything.sh
resources:
Expand All @@ -33,7 +33,7 @@ presubmits:
- ^main$
spec:
containers:
- image: public.ecr.aws/docker/library/golang:1.20
- image: public.ecr.aws/docker/library/golang:1.21
command:
- ./hack/apidiff.sh
resources:
Expand Down

0 comments on commit 4b5df36

Please sign in to comment.