Merge pull request #16649 from justinsb/codebot-update-golang-version-go1.22.5

chore: update golang to 1.22.5
This commit is contained in:
Kubernetes Prow Robot 2024-07-04 09:09:47 -07:00 committed by GitHub
commit 932953cb1f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

2
go.mod
View File

@ -1,6 +1,6 @@
module k8s.io/kops
go 1.22.4
go 1.22.5
require (
cloud.google.com/go/compute/metadata v0.3.0

View File

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

View File

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

View File

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