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 4b717ec899
commit 74cc4c7a5b
1 changed files with 1 additions and 1 deletions

2
go.mod
View File

@ -2,7 +2,7 @@
module k8s.io/apiserver
go 1.18
go 1.19
require (
github.com/coreos/go-oidc v2.1.0+incompatible