mirror of https://github.com/kubernetes/kops.git
Update Go to v1.19.7
This commit is contained in:
parent
40e9561266
commit
92dc38e3da
|
@ -19,7 +19,7 @@ jobs:
|
|||
- name: Set up go
|
||||
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568
|
||||
with:
|
||||
go-version: '1.19.6'
|
||||
go-version: '1.19.7'
|
||||
|
||||
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
|
||||
with:
|
||||
|
@ -36,7 +36,7 @@ jobs:
|
|||
- name: Set up go
|
||||
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568
|
||||
with:
|
||||
go-version: '1.19.6'
|
||||
go-version: '1.19.7'
|
||||
|
||||
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
|
||||
with:
|
||||
|
@ -53,7 +53,7 @@ jobs:
|
|||
- name: Set up go
|
||||
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568
|
||||
with:
|
||||
go-version: '1.19.6'
|
||||
go-version: '1.19.7'
|
||||
|
||||
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
|
||||
with:
|
||||
|
@ -70,7 +70,7 @@ jobs:
|
|||
- name: Set up go
|
||||
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568
|
||||
with:
|
||||
go-version: '1.19.6'
|
||||
go-version: '1.19.7'
|
||||
|
||||
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
|
||||
with:
|
||||
|
|
|
@ -19,7 +19,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568
|
||||
with:
|
||||
go-version: '1.19.6'
|
||||
go-version: '1.19.7'
|
||||
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
|
||||
- name: Update Dependencies
|
||||
id: update_deps
|
||||
|
|
|
@ -5,7 +5,7 @@ options:
|
|||
machineType: 'N1_HIGHCPU_8'
|
||||
steps:
|
||||
# Push the images
|
||||
- name: 'docker.io/library/golang:1.19.6-bullseye'
|
||||
- name: 'docker.io/library/golang:1.19.7-bullseye'
|
||||
id: images
|
||||
entrypoint: make
|
||||
env:
|
||||
|
@ -20,7 +20,7 @@ steps:
|
|||
- dns-controller-push
|
||||
- kube-apiserver-healthcheck-push
|
||||
# Push the artifacts
|
||||
- name: 'docker.io/library/golang:1.19.6-bullseye'
|
||||
- name: 'docker.io/library/golang:1.19.7-bullseye'
|
||||
id: artifacts
|
||||
entrypoint: make
|
||||
env:
|
||||
|
@ -35,7 +35,7 @@ steps:
|
|||
args:
|
||||
- gcs-upload-and-tag
|
||||
# Build cloudbuild artifacts (for attestation)
|
||||
- name: 'docker.io/library/golang:1.19.6-bullseye'
|
||||
- name: 'docker.io/library/golang:1.19.7-bullseye'
|
||||
id: cloudbuild-artifacts
|
||||
entrypoint: make
|
||||
env:
|
||||
|
|
Loading…
Reference in New Issue