Skip to content

Commit

Permalink
chore(deps): bump client-go to use golang 1.22
Browse files Browse the repository at this point in the history
The pull-client-go-build prow jobs fail at the moment because
go.mod requires go >= 1.22.0

Signed-off-by: Jintao Zhang <[email protected]>
  • Loading branch information
tao12345666333 committed Oct 2, 2024
1 parent 31f87be commit 772e912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/jobs/kubernetes/client-go/client-go-presubmits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ presubmits:
path_alias: k8s.io/client-go
spec:
containers:
- image: public.ecr.aws/docker/library/golang:1.21
- image: public.ecr.aws/docker/library/golang:1.22
env:
- name: GO111MODULE
value: "on"
Expand Down

0 comments on commit 772e912

Please sign in to comment.