Skip to content

Commit 0b0b421

Browse files
authored
Merge pull request #35560 from cpanato/update-release-utils
use go1.25 for release-utils jobs
2 parents af75983 + 41e32f1 commit 0b0b421

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/jobs/kubernetes-sigs/release-utils/release-utils-presubmits.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ presubmits:
77
cluster: eks-prow-build-cluster
88
spec:
99
containers:
10-
- image: gcr.io/k8s-staging-releng/releng-ci:latest-go1.24-bookworm
10+
- image: gcr.io/k8s-staging-releng/releng-ci:latest-go1.25-bookworm
1111
imagePullPolicy: Always
1212
command:
1313
- go
@@ -34,7 +34,7 @@ presubmits:
3434
cluster: eks-prow-build-cluster
3535
spec:
3636
containers:
37-
- image: gcr.io/k8s-staging-releng/releng-ci:latest-go1.24-bookworm
37+
- image: gcr.io/k8s-staging-releng/releng-ci:latest-go1.25-bookworm
3838
imagePullPolicy: Always
3939
command:
4040
- go

0 commit comments

Comments
 (0)