Skip to content

Commit 0e504f1

Browse files
committed
update zeitgeist jobs to use go1.25
Signed-off-by: Carlos Panato <[email protected]>
1 parent 9593fca commit 0e504f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 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
- make
@@ -31,7 +31,7 @@ presubmits:
3131
cluster: eks-prow-build-cluster
3232
spec:
3333
containers:
34-
- image: gcr.io/k8s-staging-releng/releng-ci:latest-go1.24-bookworm
34+
- image: gcr.io/k8s-staging-releng/releng-ci:latest-go1.25-bookworm
3535
imagePullPolicy: Always
3636
command:
3737
- make
@@ -55,7 +55,7 @@ presubmits:
5555
cluster: eks-prow-build-cluster
5656
spec:
5757
containers:
58-
- image: gcr.io/k8s-staging-releng/releng-ci:latest-go1.24-bookworm
58+
- image: gcr.io/k8s-staging-releng/releng-ci:latest-go1.25-bookworm
5959
imagePullPolicy: Always
6060
command:
6161
- make

0 commit comments

Comments
 (0)