mirror of https://github.com/kubernetes/kops.git
Update Go to v1.20.6
This commit is contained in:
parent
4b79e04b6f
commit
98ea158e67
|
@ -19,7 +19,7 @@ jobs:
|
|||
- name: Set up go
|
||||
uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753
|
||||
with:
|
||||
go-version: '1.20.5'
|
||||
go-version: '1.20.6'
|
||||
|
||||
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
|
||||
with:
|
||||
|
@ -36,7 +36,7 @@ jobs:
|
|||
- name: Set up go
|
||||
uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753
|
||||
with:
|
||||
go-version: '1.20.5'
|
||||
go-version: '1.20.6'
|
||||
|
||||
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
|
||||
with:
|
||||
|
@ -53,7 +53,7 @@ jobs:
|
|||
- name: Set up go
|
||||
uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753
|
||||
with:
|
||||
go-version: '1.20.5'
|
||||
go-version: '1.20.6'
|
||||
|
||||
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
|
||||
with:
|
||||
|
@ -70,7 +70,7 @@ jobs:
|
|||
- name: Set up go
|
||||
uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753
|
||||
with:
|
||||
go-version: '1.20.5'
|
||||
go-version: '1.20.6'
|
||||
|
||||
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
|
||||
with:
|
||||
|
|
|
@ -19,7 +19,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753
|
||||
with:
|
||||
go-version: '1.20.5'
|
||||
go-version: '1.20.6'
|
||||
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
|
||||
- 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.20.5-bullseye'
|
||||
- name: 'docker.io/library/golang:1.20.6-bullseye'
|
||||
id: images
|
||||
entrypoint: make
|
||||
env:
|
||||
|
@ -21,7 +21,7 @@ steps:
|
|||
- dns-controller-push
|
||||
- kube-apiserver-healthcheck-push
|
||||
# Push the artifacts
|
||||
- name: 'docker.io/library/golang:1.20.5-bullseye'
|
||||
- name: 'docker.io/library/golang:1.20.6-bullseye'
|
||||
id: artifacts
|
||||
entrypoint: make
|
||||
env:
|
||||
|
@ -36,7 +36,7 @@ steps:
|
|||
args:
|
||||
- gcs-upload-and-tag
|
||||
# Build cloudbuild artifacts (for attestation)
|
||||
- name: 'docker.io/library/golang:1.20.5-bullseye'
|
||||
- name: 'docker.io/library/golang:1.20.6-bullseye'
|
||||
id: cloudbuild-artifacts
|
||||
entrypoint: make
|
||||
env:
|
||||
|
|
Loading…
Reference in New Issue