mirror of https://github.com/kubernetes/kops.git
Update Go to v1.21.6
This commit is contained in:
parent
51b4804bdc
commit
831dcaf39c
|
|
@ -19,7 +19,7 @@ jobs:
|
||||||
- name: Set up go
|
- name: Set up go
|
||||||
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
|
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
|
||||||
with:
|
with:
|
||||||
go-version: '1.21.5'
|
go-version: '1.21.6'
|
||||||
|
|
||||||
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
|
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
|
||||||
with:
|
with:
|
||||||
|
|
@ -36,7 +36,7 @@ jobs:
|
||||||
- name: Set up go
|
- name: Set up go
|
||||||
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
|
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
|
||||||
with:
|
with:
|
||||||
go-version: '1.21.5'
|
go-version: '1.21.6'
|
||||||
|
|
||||||
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
|
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
|
||||||
with:
|
with:
|
||||||
|
|
@ -53,7 +53,7 @@ jobs:
|
||||||
- name: Set up go
|
- name: Set up go
|
||||||
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
|
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
|
||||||
with:
|
with:
|
||||||
go-version: '1.21.5'
|
go-version: '1.21.6'
|
||||||
|
|
||||||
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
|
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
|
||||||
with:
|
with:
|
||||||
|
|
@ -70,7 +70,7 @@ jobs:
|
||||||
- name: Set up go
|
- name: Set up go
|
||||||
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
|
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
|
||||||
with:
|
with:
|
||||||
go-version: '1.21.5'
|
go-version: '1.21.6'
|
||||||
|
|
||||||
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
|
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
|
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
|
||||||
with:
|
with:
|
||||||
go-version: '1.21.5'
|
go-version: '1.21.6'
|
||||||
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
|
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
|
||||||
- name: Update Dependencies
|
- name: Update Dependencies
|
||||||
id: update_deps
|
id: update_deps
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ options:
|
||||||
machineType: 'N1_HIGHCPU_8'
|
machineType: 'N1_HIGHCPU_8'
|
||||||
steps:
|
steps:
|
||||||
# Push the images
|
# Push the images
|
||||||
- name: 'docker.io/library/golang:1.21.5-bookworm'
|
- name: 'docker.io/library/golang:1.21.6-bookworm'
|
||||||
id: images
|
id: images
|
||||||
entrypoint: make
|
entrypoint: make
|
||||||
env:
|
env:
|
||||||
|
|
@ -21,7 +21,7 @@ steps:
|
||||||
- dns-controller-push
|
- dns-controller-push
|
||||||
- kube-apiserver-healthcheck-push
|
- kube-apiserver-healthcheck-push
|
||||||
# Push the artifacts
|
# Push the artifacts
|
||||||
- name: 'docker.io/library/golang:1.21.5-bookworm'
|
- name: 'docker.io/library/golang:1.21.6-bookworm'
|
||||||
id: artifacts
|
id: artifacts
|
||||||
entrypoint: make
|
entrypoint: make
|
||||||
env:
|
env:
|
||||||
|
|
@ -36,7 +36,7 @@ steps:
|
||||||
args:
|
args:
|
||||||
- gcs-upload-and-tag
|
- gcs-upload-and-tag
|
||||||
# Build cloudbuild artifacts (for attestation)
|
# Build cloudbuild artifacts (for attestation)
|
||||||
- name: 'docker.io/library/golang:1.21.5-bookworm'
|
- name: 'docker.io/library/golang:1.21.6-bookworm'
|
||||||
id: cloudbuild-artifacts
|
id: cloudbuild-artifacts
|
||||||
entrypoint: make
|
entrypoint: make
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue