mirror of https://github.com/kubernetes/kops.git
Bump go to 1.24.3
This commit is contained in:
parent
ba685af072
commit
3aa4bc3c71
|
@ -5,7 +5,7 @@ options:
|
|||
machineType: "E2_HIGHCPU_32"
|
||||
steps:
|
||||
# Push the images
|
||||
- name: "mirror.gcr.io/library/golang:1.24.1-bookworm"
|
||||
- name: "mirror.gcr.io/library/golang:1.24.3-bookworm"
|
||||
id: images
|
||||
entrypoint: make
|
||||
env:
|
||||
|
@ -21,7 +21,7 @@ steps:
|
|||
- dns-controller-push
|
||||
- kube-apiserver-healthcheck-push
|
||||
# Push the artifacts
|
||||
- name: "mirror.gcr.io/library/golang:1.24.1-bookworm"
|
||||
- name: "mirror.gcr.io/library/golang:1.24.3-bookworm"
|
||||
id: artifacts
|
||||
entrypoint: make
|
||||
env:
|
||||
|
@ -36,7 +36,7 @@ steps:
|
|||
args:
|
||||
- gcs-upload-and-tag
|
||||
# Build cloudbuild artifacts (for attestation)
|
||||
- name: "mirror.gcr.io/library/golang:1.24.1-bookworm"
|
||||
- name: "mirror.gcr.io/library/golang:1.24.3-bookworm"
|
||||
id: cloudbuild-artifacts
|
||||
entrypoint: make
|
||||
env:
|
||||
|
|
2
go.mod
2
go.mod
|
@ -1,7 +1,7 @@
|
|||
module k8s.io/kops
|
||||
|
||||
// This should be kept in sync with cloudbuild.yaml and the other go.mod files
|
||||
go 1.24.1
|
||||
go 1.24.3
|
||||
|
||||
godebug default=go1.24
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
module k8s.io/kops/hack
|
||||
|
||||
go 1.24.1
|
||||
go 1.24.3
|
||||
|
||||
require (
|
||||
github.com/client9/misspell v0.3.4
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
module k8s.io/kops/tests/e2e
|
||||
|
||||
go 1.24.1
|
||||
go 1.24.3
|
||||
|
||||
replace k8s.io/kops => ../../.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
module k8s.io/kops/tools/otel/traceserver
|
||||
|
||||
go 1.24.1
|
||||
go 1.24.3
|
||||
|
||||
require (
|
||||
go.opentelemetry.io/proto/otlp v1.5.0
|
||||
|
|
Loading…
Reference in New Issue