Skip to content

Commit 52bb105

Browse files
authored
Merge pull request #24311 from sbueringer/pr-cr-ct-go.17
Bump controller-runtime and controller-tools jobs to go 1.17
2 parents 74a5a2f + 248fbce commit 52bb105

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

config/jobs/kubernetes-sigs/controller-runtime/controller-runtime-periodics-master.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ periodics:
88
base_ref: master
99
spec:
1010
containers:
11-
- image: golang:1.16
11+
- image: golang:1.17
1212
command:
1313
- ./hack/ci-check-everything.sh
1414
resources:

config/jobs/kubernetes-sigs/controller-runtime/controller-runtime-presubmits-master.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ presubmits:
99
- ^master$
1010
spec:
1111
containers:
12-
- image: golang:1.16
12+
- image: golang:1.17
1313
command:
1414
- ./hack/ci-check-everything.sh
1515
resources:
@@ -27,7 +27,7 @@ presubmits:
2727
- ^master$
2828
spec:
2929
containers:
30-
- image: golang:1.16
30+
- image: golang:1.17
3131
command:
3232
- ./hack/apidiff.sh
3333
annotations:

config/jobs/kubernetes-sigs/controller-tools/controller-tools-presubmits-master.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ presubmits:
88
- ^master$
99
spec:
1010
containers:
11-
- image: golang:1.16
11+
- image: golang:1.17
1212
command:
1313
- make
1414
- test-all

0 commit comments

Comments
 (0)