Skip to content

Commit d28af73

Browse files
authored
Merge pull request #31250 from cpanato/update-release-jobs
update k/release prow jobs to use go1.21
2 parents 2350eec + 19954fb commit d28af73

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

config/jobs/kubernetes/release/release-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ presubmits:
100100
cluster: eks-prow-build-cluster
101101
spec:
102102
containers:
103-
- image: gcr.io/k8s-staging-releng/releng-ci:latest-go1.20-bookworm
103+
- image: gcr.io/k8s-staging-releng/releng-ci:latest-go1.21-bookworm
104104
imagePullPolicy: Always
105105
command:
106106
- make
@@ -126,7 +126,7 @@ presubmits:
126126
path_alias: k8s.io/release
127127
spec:
128128
containers:
129-
- image: gcr.io/k8s-staging-releng/releng-ci:latest-go1.20-bookworm
129+
- image: gcr.io/k8s-staging-releng/releng-ci:latest-go1.21-bookworm
130130
imagePullPolicy: Always
131131
command:
132132
- make
@@ -151,7 +151,7 @@ presubmits:
151151
path_alias: k8s.io/release
152152
spec:
153153
containers:
154-
- image: gcr.io/k8s-staging-releng/releng-ci:latest-go1.20-bookworm
154+
- image: gcr.io/k8s-staging-releng/releng-ci:latest-go1.21-bookworm
155155
imagePullPolicy: Always
156156
command:
157157
- make
@@ -176,7 +176,7 @@ presubmits:
176176
cluster: eks-prow-build-cluster
177177
spec:
178178
containers:
179-
- image: gcr.io/k8s-staging-releng/releng-ci:latest-go1.20-bookworm
179+
- image: gcr.io/k8s-staging-releng/releng-ci:latest-go1.21-bookworm
180180
imagePullPolicy: Always
181181
command:
182182
- make

0 commit comments

Comments
 (0)