mirror of https://github.com/kubernetes/kops.git
Bump golang to 1.22.3
Includes some security fixes, though they don't look likely to impact us.
This commit is contained in:
parent
2d0bab2a0b
commit
a309094df6
|
@ -19,7 +19,7 @@ jobs:
|
|||
- name: Set up go
|
||||
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe
|
||||
with:
|
||||
go-version: '1.22.0'
|
||||
go-version: '1.22.3'
|
||||
|
||||
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
|
||||
with:
|
||||
|
@ -36,7 +36,7 @@ jobs:
|
|||
- name: Set up go
|
||||
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe
|
||||
with:
|
||||
go-version: '1.22.0'
|
||||
go-version: '1.22.3'
|
||||
|
||||
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
|
||||
with:
|
||||
|
@ -53,7 +53,7 @@ jobs:
|
|||
- name: Set up go
|
||||
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe
|
||||
with:
|
||||
go-version: '1.22.0'
|
||||
go-version: '1.22.3'
|
||||
|
||||
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
|
||||
with:
|
||||
|
@ -70,7 +70,7 @@ jobs:
|
|||
- name: Set up go
|
||||
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe
|
||||
with:
|
||||
go-version: '1.22.0'
|
||||
go-version: '1.22.3'
|
||||
|
||||
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
|
||||
with:
|
||||
|
|
|
@ -19,7 +19,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
|
||||
with:
|
||||
go-version: '1.22.0'
|
||||
go-version: '1.22.3'
|
||||
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
|
||||
- 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.22.0-bookworm'
|
||||
- name: 'docker.io/library/golang:1.22.3-bookworm'
|
||||
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.22.0-bookworm'
|
||||
- name: 'docker.io/library/golang:1.22.3-bookworm'
|
||||
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.22.0-bookworm'
|
||||
- name: 'docker.io/library/golang:1.22.3-bookworm'
|
||||
id: cloudbuild-artifacts
|
||||
entrypoint: make
|
||||
env:
|
||||
|
|
2
go.mod
2
go.mod
|
@ -1,6 +1,6 @@
|
|||
module k8s.io/kops
|
||||
|
||||
go 1.22
|
||||
go 1.22.3
|
||||
|
||||
require (
|
||||
cloud.google.com/go/compute/metadata v0.2.3
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
module k8s.io/kops/hack
|
||||
|
||||
go 1.22
|
||||
go 1.22.3
|
||||
|
||||
require (
|
||||
github.com/client9/misspell v0.3.4
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
module k8s.io/kops/tests/e2e
|
||||
|
||||
go 1.22
|
||||
go 1.22.3
|
||||
|
||||
replace k8s.io/kops => ../../.
|
||||
|
||||
|
|
Loading…
Reference in New Issue