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 fbcf2428e5
commit fed7a288db

2
go.mod
View File

@ -2,7 +2,7 @@
module k8s.io/sample-controller
go 1.18
go 1.19
require (
k8s.io/api v0.0.0