Skip to content

Commit d0ef722

Browse files
authored
Merge pull request #35406 from cpanato/update-downk8s
use go1.25 for dlk8s jobs
2 parents 3c9d80b + 27c26ee commit d0ef722

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/jobs/kubernetes-sigs/downloadkubernetes/downloadkubernetes-presubmits.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ presubmits:
88
cluster: eks-prow-build-cluster
99
spec:
1010
containers:
11-
- image: gcr.io/k8s-staging-releng/releng-ci:latest-go1.24-bookworm
11+
- image: gcr.io/k8s-staging-releng/releng-ci:latest-go1.25-bookworm
1212
imagePullPolicy: Always
1313
command:
1414
- make
@@ -32,7 +32,7 @@ presubmits:
3232
cluster: eks-prow-build-cluster
3333
spec:
3434
containers:
35-
- image: gcr.io/k8s-staging-releng/releng-ci:latest-go1.24-bookworm
35+
- image: gcr.io/k8s-staging-releng/releng-ci:latest-go1.25-bookworm
3636
imagePullPolicy: Always
3737
command:
3838
- make

0 commit comments

Comments
 (0)