Skip to content

Commit fbe66d8

Browse files
authored
Merge pull request #34411 from dims/publishing-bot-ci-jobs-to-use-golang-1.24
Switch publishing-bot CI jobs to use golang:1.24
2 parents dcdf824 + 3c351d9 commit fbe66d8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ presubmits:
77
path_alias: k8s.io/publishing-bot
88
spec:
99
containers:
10-
- image: public.ecr.aws/docker/library/golang:1.23
10+
- image: public.ecr.aws/docker/library/golang:1.24
1111
command:
1212
- make
1313
resources:
@@ -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.23
30+
- image: public.ecr.aws/docker/library/golang:1.24
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.23
56+
- image: public.ecr.aws/docker/library/golang:1.24
5757
env:
5858
- name: "GOWORK"
5959
value: "off"
@@ -158,7 +158,7 @@ presubmits:
158158
path_alias: k8s.io/publishing-bot
159159
spec:
160160
containers:
161-
- image: public.ecr.aws/docker/library/golang:1.23
161+
- image: public.ecr.aws/docker/library/golang:1.24
162162
env:
163163
- name: "GOWORK"
164164
value: "off"

0 commit comments

Comments
 (0)