Skip to content

Commit

Permalink
Merge pull request #33541 from haitch/patch-1
Browse files Browse the repository at this point in the history
publishing-bot-presubmits to use go 1.23
  • Loading branch information
k8s-ci-robot authored Sep 27, 2024
2 parents 91e1a9b + f1f7b1c commit 34c61ca
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ presubmits:
path_alias: k8s.io/publishing-bot
spec:
containers:
- image: public.ecr.aws/docker/library/golang:1.22
- image: public.ecr.aws/docker/library/golang:1.23
command:
- make
resources:
Expand All @@ -27,7 +27,7 @@ presubmits:
path_alias: k8s.io/publishing-bot
spec:
containers:
- image: public.ecr.aws/docker/library/golang:1.22
- image: public.ecr.aws/docker/library/golang:1.23
command:
- make
- test
Expand All @@ -53,7 +53,7 @@ presubmits:
path_alias: k8s.io/kubernetes
spec:
containers:
- image: public.ecr.aws/docker/library/golang:1.22
- image: public.ecr.aws/docker/library/golang:1.23
env:
- name: "GOWORK"
value: "off"
Expand Down Expand Up @@ -158,7 +158,7 @@ presubmits:
path_alias: k8s.io/publishing-bot
spec:
containers:
- image: public.ecr.aws/docker/library/golang:1.22
- image: public.ecr.aws/docker/library/golang:1.23
env:
- name: "GOWORK"
value: "off"
Expand Down

0 comments on commit 34c61ca

Please sign in to comment.