Update Go to v1.23.5

This commit is contained in:
Ciprian Hacman 2025-01-19 17:16:49 +02:00
parent bd2a42c045
commit 53e4e3144a
5 changed files with 7 additions and 7 deletions

View File

@ -5,7 +5,7 @@ options:
machineType: 'N1_HIGHCPU_32'
steps:
# Push the images
- name: 'docker.io/library/golang:1.23.4-bookworm'
- name: 'docker.io/library/golang:1.23.5-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.23.4-bookworm'
- name: 'docker.io/library/golang:1.23.5-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.23.4-bookworm'
- name: 'docker.io/library/golang:1.23.5-bookworm'
id: cloudbuild-artifacts
entrypoint: make
env:

2
go.mod
View File

@ -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.23.4
go 1.23.5
require (
cloud.google.com/go/compute/metadata v0.5.2

View File

@ -1,6 +1,6 @@
module k8s.io/kops/hack
go 1.23.4
go 1.23.5
require (
github.com/client9/misspell v0.3.4

View File

@ -1,6 +1,6 @@
module k8s.io/kops/tests/e2e
go 1.23.4
go 1.23.5
replace k8s.io/kops => ../../.

View File

@ -1,6 +1,6 @@
module k8s.io/kops/tools/otel/traceserver
go 1.23.4
go 1.23.5
require (
go.opentelemetry.io/proto/otlp v1.3.1