chore: update golang to 1.22.5

This commit is contained in:
justinsb 2024-07-04 10:59:57 -04:00
parent ea7dc868b2
commit dad268d350
3 changed files with 3 additions and 3 deletions

2
go.mod
View File

@ -1,6 +1,6 @@
module k8s.io/kops
go 1.22.3
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.3
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.3
go 1.22.5
replace k8s.io/kops => ../../.