File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
config/jobs/kubernetes/publishing-bot Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ presubmits:
7
7
path_alias : k8s.io/publishing-bot
8
8
spec :
9
9
containers :
10
- - image : public.ecr.aws/docker/library/golang:1.23
10
+ - image : public.ecr.aws/docker/library/golang:1.24
11
11
command :
12
12
- make
13
13
resources :
@@ -27,7 +27,7 @@ presubmits:
27
27
path_alias : k8s.io/publishing-bot
28
28
spec :
29
29
containers :
30
- - image : public.ecr.aws/docker/library/golang:1.23
30
+ - image : public.ecr.aws/docker/library/golang:1.24
31
31
command :
32
32
- make
33
33
- test
@@ -53,7 +53,7 @@ presubmits:
53
53
path_alias : k8s.io/kubernetes
54
54
spec :
55
55
containers :
56
- - image : public.ecr.aws/docker/library/golang:1.23
56
+ - image : public.ecr.aws/docker/library/golang:1.24
57
57
env :
58
58
- name : " GOWORK"
59
59
value : " off"
@@ -158,7 +158,7 @@ presubmits:
158
158
path_alias : k8s.io/publishing-bot
159
159
spec :
160
160
containers :
161
- - image : public.ecr.aws/docker/library/golang:1.23
161
+ - image : public.ecr.aws/docker/library/golang:1.24
162
162
env :
163
163
- name : " GOWORK"
164
164
value : " off"
You can’t perform that action at this time.
0 commit comments