Skip to content

Commit

Permalink
update k/release jobs to use go1.20
Browse files Browse the repository at this point in the history
Signed-off-by: cpanato <[email protected]>
  • Loading branch information
cpanato committed May 19, 2023
1 parent bb3c69e commit 58afa05
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions config/jobs/kubernetes/release/release-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,10 @@ presubmits:
always_run: true
decorate: true
path_alias: k8s.io/release
cluster: eks-prow-build-cluster
spec:
containers:
- image: gcr.io/k8s-staging-releng/releng-ci:latest-go1.19-bullseye
- image: gcr.io/k8s-staging-releng/releng-ci:latest-go1.20-bullseye
imagePullPolicy: Always
command:
- make
Expand All @@ -65,7 +66,7 @@ presubmits:
path_alias: k8s.io/release
spec:
containers:
- image: gcr.io/k8s-staging-releng/releng-ci:latest-go1.19-bullseye
- image: gcr.io/k8s-staging-releng/releng-ci:latest-go1.20-bullseye
imagePullPolicy: Always
command:
- make
Expand All @@ -89,7 +90,7 @@ presubmits:
path_alias: k8s.io/release
spec:
containers:
- image: gcr.io/k8s-staging-releng/releng-ci:latest-go1.19-bullseye
- image: gcr.io/k8s-staging-releng/releng-ci:latest-go1.20-bullseye
imagePullPolicy: Always
command:
- make
Expand All @@ -104,9 +105,10 @@ presubmits:
always_run: true
decorate: true
path_alias: k8s.io/release
cluster: eks-prow-build-cluster
spec:
containers:
- image: gcr.io/k8s-staging-releng/releng-ci:latest-go1.19-bullseye
- image: gcr.io/k8s-staging-releng/releng-ci:latest-go1.20-bullseye
imagePullPolicy: Always
command:
- make
Expand Down

0 comments on commit 58afa05

Please sign in to comment.