From b1a4290cb84e9a35311591e65f503f505b21c389 Mon Sep 17 00:00:00 2001 From: Sam Dowell Date: Wed, 3 Jul 2024 17:58:01 -0700 Subject: [PATCH] chore: bump Go to 1.22 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index db3df0e19..9e15f0a79 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module kpt.dev/configsync -go 1.21 +go 1.22 require ( cloud.google.com/go/compute/metadata v0.2.3