mirror of https://github.com/kubernetes/kops.git
Merge pull request #13430 from olemarkus/go118
Use golang 1.18 for building
This commit is contained in:
commit
cb78aba437
|
|
@ -19,7 +19,7 @@ jobs:
|
|||
- name: Set up go
|
||||
uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab
|
||||
with:
|
||||
go-version: 1.17.5
|
||||
go-version: 1.18
|
||||
|
||||
- uses: actions/checkout@629c2de402a417ea7690ca6ce3f33229e27606a5 # v2 https://api.github.com/repos/actions/checkout/git/tags/629c2de402a417ea7690ca6ce3f33229e27606a5
|
||||
with:
|
||||
|
|
@ -36,7 +36,7 @@ jobs:
|
|||
- name: Set up go
|
||||
uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab
|
||||
with:
|
||||
go-version: 1.17.5
|
||||
go-version: 1.18
|
||||
|
||||
- uses: actions/checkout@629c2de402a417ea7690ca6ce3f33229e27606a5 # v2 https://api.github.com/repos/actions/checkout/git/tags/629c2de402a417ea7690ca6ce3f33229e27606a5
|
||||
with:
|
||||
|
|
@ -53,7 +53,7 @@ jobs:
|
|||
- name: Set up go
|
||||
uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab
|
||||
with:
|
||||
go-version: 1.17.5
|
||||
go-version: 1.18
|
||||
|
||||
- uses: actions/checkout@629c2de402a417ea7690ca6ce3f33229e27606a5 # v2 https://api.github.com/repos/actions/checkout/git/tags/629c2de402a417ea7690ca6ce3f33229e27606a5
|
||||
with:
|
||||
|
|
@ -70,7 +70,7 @@ jobs:
|
|||
- name: Set up go
|
||||
uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab
|
||||
with:
|
||||
go-version: 1.17.5
|
||||
go-version: 1.18
|
||||
|
||||
- uses: actions/checkout@629c2de402a417ea7690ca6ce3f33229e27606a5 # v2 https://api.github.com/repos/actions/checkout/git/tags/629c2de402a417ea7690ca6ce3f33229e27606a5
|
||||
with:
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ options:
|
|||
machineType: 'N1_HIGHCPU_8'
|
||||
steps:
|
||||
# Push the images
|
||||
- name: 'gcr.io/k8s-testimages/kubekins-e2e:v20210825-f1955d1-experimental'
|
||||
- name: 'gcr.io/k8s-staging-test-infra/image-builder:v20220314-46af1b01a6'
|
||||
id: images
|
||||
entrypoint: make
|
||||
env:
|
||||
|
|
@ -20,7 +20,7 @@ steps:
|
|||
- dns-controller-push
|
||||
- kube-apiserver-healthcheck-push
|
||||
# Push the artifacts
|
||||
- name: 'gcr.io/k8s-testimages/kubekins-e2e:v20210825-f1955d1-experimental'
|
||||
- name: 'gcr.io/k8s-staging-test-infra/image-builder:v20220314-46af1b01a6'
|
||||
id: artifacts
|
||||
entrypoint: make
|
||||
env:
|
||||
|
|
@ -50,7 +50,7 @@ steps:
|
|||
# - dns-controller-manifest
|
||||
# - kube-apiserver-healthcheck-manifest
|
||||
# Build cloudbuild artifacts (for attestation)
|
||||
- name: 'gcr.io/k8s-testimages/kubekins-e2e:v20210825-f1955d1-experimental'
|
||||
- name: 'gcr.io/k8s-staging-test-infra/image-builder:v20220314-46af1b01a6'
|
||||
id: cloudbuild-artifacts
|
||||
entrypoint: make
|
||||
env:
|
||||
|
|
|
|||
Loading…
Reference in New Issue