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 26d50bab5f
commit da612a5e20
1 changed files with 1 additions and 1 deletions

2
go.mod
View File

@ -2,7 +2,7 @@
module k8s.io/kube-controller-manager
go 1.18
go 1.19
require (
k8s.io/apimachinery v0.0.0