From 595f103bf941de02538411fdd4b80f80094a3224 Mon Sep 17 00:00:00 2001 From: Ciprian Hacman Date: Wed, 8 Jan 2025 13:39:25 +0200 Subject: [PATCH] Update Go to v1.23.4 --- cloudbuild.yaml | 6 +++--- go.mod | 2 +- hack/go.mod | 2 +- tests/e2e/go.mod | 2 +- tools/otel/traceserver/go.mod | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/cloudbuild.yaml b/cloudbuild.yaml index 37bb10eb1f415..e48453880c743 100644 --- a/cloudbuild.yaml +++ b/cloudbuild.yaml @@ -5,7 +5,7 @@ options: machineType: 'N1_HIGHCPU_32' steps: # Push the images -- name: 'docker.io/library/golang:1.22.7-bookworm' +- name: 'docker.io/library/golang:1.23.4-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.7-bookworm' +- name: 'docker.io/library/golang:1.23.4-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.7-bookworm' +- name: 'docker.io/library/golang:1.23.4-bookworm' id: cloudbuild-artifacts entrypoint: make env: diff --git a/go.mod b/go.mod index 8a8c88c962982..d2e406ce388c6 100644 --- a/go.mod +++ b/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.22.7 +go 1.23.4 require ( cloud.google.com/go/compute/metadata v0.5.2 diff --git a/hack/go.mod b/hack/go.mod index e9bdd75a9e24d..68fb3dc29a270 100644 --- a/hack/go.mod +++ b/hack/go.mod @@ -1,6 +1,6 @@ module k8s.io/kops/hack -go 1.22.7 +go 1.23.4 require ( github.com/client9/misspell v0.3.4 diff --git a/tests/e2e/go.mod b/tests/e2e/go.mod index 87b6f3f4556fe..19d64aa654737 100644 --- a/tests/e2e/go.mod +++ b/tests/e2e/go.mod @@ -1,6 +1,6 @@ module k8s.io/kops/tests/e2e -go 1.22.7 +go 1.23.4 replace k8s.io/kops => ../../. diff --git a/tools/otel/traceserver/go.mod b/tools/otel/traceserver/go.mod index e0ed71bf4cd6d..33a34f9d7f505 100644 --- a/tools/otel/traceserver/go.mod +++ b/tools/otel/traceserver/go.mod @@ -1,6 +1,6 @@ module k8s.io/kops/tools/otel/traceserver -go 1.22.7 +go 1.23.4 require ( go.opentelemetry.io/proto/otlp v1.3.1