Skip to content

Commit

Permalink
update slack-infra jobs to use go1.23
Browse files Browse the repository at this point in the history
Signed-off-by: cpanato <[email protected]>
  • Loading branch information
cpanato committed Dec 12, 2024
1 parent 55702bf commit 5b242cd
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ presubmits:
always_run: true
spec:
containers:
- image: public.ecr.aws/docker/library/golang:1.11.5
- image: gcr.io/k8s-staging-releng/releng-ci:latest-go1.23-bookworm
imagePullPolicy: Always
command:
- "./hack/verify-all.sh"
resources:
Expand All @@ -24,7 +25,8 @@ presubmits:
always_run: true
spec:
containers:
- image: public.ecr.aws/docker/library/golang:1.11.5
- image: gcr.io/k8s-staging-releng/releng-ci:latest-go1.23-bookworm
imagePullPolicy: Always
command:
- "./hack/verify-build.sh"
resources:
Expand All @@ -41,7 +43,8 @@ presubmits:
always_run: true
spec:
containers:
- image: public.ecr.aws/docker/library/golang:1.11.5
- image: gcr.io/k8s-staging-releng/releng-ci:latest-go1.23-bookworm
imagePullPolicy: Always
command:
- "go"
args:
Expand Down

0 comments on commit 5b242cd

Please sign in to comment.