Require Go 1.22.0 in go.mod

This commit is contained in:
Tim Hockin 2024-01-06 11:34:47 -08:00
parent e2b529fda7
commit e54f2296ed
No known key found for this signature in database

2
go.mod
View File

@ -6,7 +6,7 @@
module k8s.io/kubernetes
go 1.21
go 1.22.0
require (
bitbucket.org/bertimus9/systemstat v0.5.0