Skip to content

Commit

Permalink
update jobs to use go1.22
Browse files Browse the repository at this point in the history
Signed-off-by: cpanato <ctadeu@gmail.com>
  • Loading branch information
cpanato committed Mar 16, 2024
1 parent 1b28185 commit 90589f9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/jobs/kubernetes/release/release-config.yaml
Expand Up @@ -104,7 +104,7 @@ presubmits:
cluster: eks-prow-build-cluster
spec:
containers:
- image: gcr.io/k8s-staging-releng/releng-ci:latest-go1.21-bookworm
- image: gcr.io/k8s-staging-releng/releng-ci:latest-go1.22-bookworm
imagePullPolicy: Always
command:
- make
Expand All @@ -130,7 +130,7 @@ presubmits:
path_alias: k8s.io/release
spec:
containers:
- image: gcr.io/k8s-staging-releng/releng-ci:latest-go1.21-bookworm
- image: gcr.io/k8s-staging-releng/releng-ci:latest-go1.22-bookworm
imagePullPolicy: Always
command:
- make
Expand All @@ -155,7 +155,7 @@ presubmits:
path_alias: k8s.io/release
spec:
containers:
- image: gcr.io/k8s-staging-releng/releng-ci:latest-go1.21-bookworm
- image: gcr.io/k8s-staging-releng/releng-ci:latest-go1.22-bookworm
imagePullPolicy: Always
command:
- make
Expand All @@ -180,7 +180,7 @@ presubmits:
cluster: eks-prow-build-cluster
spec:
containers:
- image: gcr.io/k8s-staging-releng/releng-ci:latest-go1.21-bookworm
- image: gcr.io/k8s-staging-releng/releng-ci:latest-go1.22-bookworm
imagePullPolicy: Always
command:
- make
Expand Down

0 comments on commit 90589f9

Please sign in to comment.