From 20aeaa3ac757032bd392ab68e25dbb874b0737fa Mon Sep 17 00:00:00 2001 From: "repo-duster[bot]" <87358111+repo-duster[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 19:23:55 +0200 Subject: [PATCH] =?UTF-8?q?feat(deps):=20update=20go=20(=201.22.6=20?= =?UTF-8?q?=E2=86=92=201.23.0=20)=20(#61)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 9de78161..5261f106 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/bjw-s/k8s-ycl go 1.22.0 -toolchain go1.22.6 +toolchain go1.23.0 require ( k8s.io/api v0.30.3