Skip to content

Commit

Permalink
Merge pull request #32273 from cpanato/update-release-jobs
Browse files Browse the repository at this point in the history
update jobs to use go1.22
  • Loading branch information
k8s-ci-robot committed Mar 17, 2024
2 parents 1b28185 + 90589f9 commit 2ba032b
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 2ba032b

Please sign in to comment.