Skip to content

Commit

Permalink
Merge pull request #27258 from laxmikantbpandhare/update-runtime-jobs
Browse files Browse the repository at this point in the history
Update controller runtime and tools jobs to support go 1.19
  • Loading branch information
k8s-ci-robot committed Aug 25, 2022
2 parents a8d5578 + 7c789ca commit bdf8704
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ periodics:
base_ref: master
spec:
containers:
- image: golang:1.18
- image: golang:1.19
command:
- ./hack/ci-check-everything.sh
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ presubmits:
- ^master$
spec:
containers:
- image: golang:1.18
- image: golang:1.19
command:
- ./hack/ci-check-everything.sh
resources:
Expand All @@ -27,7 +27,7 @@ presubmits:
- ^master$
spec:
containers:
- image: golang:1.18
- image: golang:1.19
command:
- ./hack/apidiff.sh
annotations:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ presubmits:
- ^master$
spec:
containers:
- image: golang:1.18.1
- image: golang:1.19
command:
- make
- test-all
Expand Down

0 comments on commit bdf8704

Please sign in to comment.