Skip to content

Commit

Permalink
Merge pull request #31366 from alvaroaleman/bump-121
Browse files Browse the repository at this point in the history
Bump go version to 1.21 for controller-runtime
  • Loading branch information
k8s-ci-robot committed Dec 3, 2023
2 parents 56537ee + 4b5df36 commit e962102
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 e962102

Please sign in to comment.