From 1887c9b5b84f8909d0d7ab7894755698b6a94ea9 Mon Sep 17 00:00:00 2001 From: repo-updater Date: Wed, 7 Feb 2024 04:33:44 +0000 Subject: [PATCH] [repo-updater] update golang to go1.22.0 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index fc6f35c..f4fd16e 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/elisasre/kubernetes-resource-advisor go 1.21 -toolchain go1.21.6 +toolchain go1.22.0 require ( github.com/elisasre/mageutil v1.4.7