Update go.mod to go1.19

Cherry-pick of 00db9f02293a6e0325330b575bffb9e466406dfe

Kubernetes-commit: c54219fc23143c702b35ac27848daa57dbf34892
This commit is contained in:
Jordan Liggitt 2022-08-04 10:03:05 -04:00 committed by Kubernetes Publisher
parent 0a8dd0ea7d
commit acef76519a
1 changed files with 1 additions and 1 deletions

2
go.mod
View File

@ -2,7 +2,7 @@
module k8s.io/kubelet
go 1.18
go 1.19
require (
github.com/gogo/protobuf v1.3.2