Skip to content

Commit 16ec047

Browse files
authored
Merge pull request #35581 from cpanato/update-pub-bot
update pull-publishing-bot-validate jobs to use go1.25
2 parents 95b5a2c + 1642fdf commit 16ec047

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/jobs/kubernetes/publishing-bot/publishing-bot-presubmits.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ presubmits:
2727
path_alias: k8s.io/publishing-bot
2828
spec:
2929
containers:
30-
- image: public.ecr.aws/docker/library/golang:1.24
30+
- image: public.ecr.aws/docker/library/golang:1.25
3131
command:
3232
- make
3333
- test
@@ -53,7 +53,7 @@ presubmits:
5353
path_alias: k8s.io/kubernetes
5454
spec:
5555
containers:
56-
- image: public.ecr.aws/docker/library/golang:1.24
56+
- image: public.ecr.aws/docker/library/golang:1.25
5757
env:
5858
- name: "GOWORK"
5959
value: "off"

0 commit comments

Comments
 (0)