Skip to content

Commit 5a14f4d

Browse files
authored
Merge pull request #27049 from dgrisonnet/cma-go-1.18
config: update custom-metrics-apiserver to go 1.18
2 parents d4b0320 + 1619cf0 commit 5a14f4d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config/jobs/kubernetes-sigs/custom-metrics-apiserver/custom-metrics-apiserver-presubmits.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ presubmits:
66
path_alias: sigs.k8s.io/custom-metrics-apiserver
77
spec:
88
containers:
9-
- image: golang:1.17
9+
- image: golang:1.18
1010
command:
1111
- make
1212
args:
@@ -20,7 +20,7 @@ presubmits:
2020
path_alias: sigs.k8s.io/custom-metrics-apiserver
2121
spec:
2222
containers:
23-
- image: golang:1.17
23+
- image: golang:1.18
2424
command:
2525
- make
2626
args:
@@ -34,7 +34,7 @@ presubmits:
3434
path_alias: sigs.k8s.io/custom-metrics-apiserver
3535
spec:
3636
containers:
37-
- image: golang:1.17
37+
- image: golang:1.18
3838
command:
3939
- make
4040
args:

0 commit comments

Comments
 (0)