Update go.mod to go 1.23

This commit is contained in:
Jordan Liggitt
2024-09-10 12:07:06 -04:00
parent d62b797c16
commit 65ef531390
39 changed files with 66 additions and 66 deletions

View File

@@ -1,6 +1,6 @@
module k8s.io/kubernetes/hack/tools
go 1.22.1
go 1.23.0
require (
github.com/aojea/sloppy-netparser v0.0.0-20210819225411-1b3bd8b3b975

View File

@@ -1,6 +1,6 @@
// This is a hack, but it prevents go from climbing further and trying to
// reconcile the various deps across the "real" modules and this one.
go 1.22.1
go 1.23.0
use .