From 252573141f299c602d89500df5954898711515ef Mon Sep 17 00:00:00 2001 From: Karl Isenberg Date: Mon, 8 Jul 2024 15:48:11 -0700 Subject: [PATCH] Reduce minimum Go requirement to v1.22.0 A previous commit pinned 1.22.4, but that's not necessary and affects all downstream user's go.mod. --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 511ae400..44fec35e 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module sigs.k8s.io/cli-utils -go 1.22.4 +go 1.22.0 require ( github.com/google/go-cmp v0.6.0