File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
config/jobs/kubernetes-sigs/slack-infra Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,8 @@ presubmits:
7
7
always_run : true
8
8
spec :
9
9
containers :
10
- - image : public.ecr.aws/docker/library/golang:1.11.5
10
+ - image : public.ecr.aws/docker/library/golang:1.23
11
+ imagePullPolicy : Always
11
12
command :
12
13
- " ./hack/verify-all.sh"
13
14
resources :
@@ -24,7 +25,8 @@ presubmits:
24
25
always_run : true
25
26
spec :
26
27
containers :
27
- - image : public.ecr.aws/docker/library/golang:1.11.5
28
+ - image : public.ecr.aws/docker/library/golang:1.23
29
+ imagePullPolicy : Always
28
30
command :
29
31
- " ./hack/verify-build.sh"
30
32
resources :
@@ -41,7 +43,8 @@ presubmits:
41
43
always_run : true
42
44
spec :
43
45
containers :
44
- - image : public.ecr.aws/docker/library/golang:1.11.5
46
+ - image : public.ecr.aws/docker/library/golang:1.23
47
+ imagePullPolicy : Always
45
48
command :
46
49
- " go"
47
50
args :
You can’t perform that action at this time.
0 commit comments