From f4f2f815b3133e827b18f231b23fc31728a6079d Mon Sep 17 00:00:00 2001 From: "repo-duster[bot]" <87358111+repo-duster[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 20:32:18 +0200 Subject: [PATCH] =?UTF-8?q?fix(deps):=20update=20go=20(=201.22.5=20?= =?UTF-8?q?=E2=86=92=201.22.6=20)=20(#59)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: repo-duster[bot] <87358111+repo-duster[bot]@users.noreply.github.com> --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index d001bd03..8c9541e8 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.5 +toolchain go1.22.6 require ( k8s.io/api v0.30.3