From 62d4bb4cab0c25b3b5dcf0b38096387578406c99 Mon Sep 17 00:00:00 2001 From: "repo-duster[bot]" <87358111+repo-duster[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 08:56:05 +0200 Subject: [PATCH] =?UTF-8?q?fix(deps):=20update=20go=20(=201.22.2=20?= =?UTF-8?q?=E2=86=92=201.22.3=20)=20(#50)?= 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 73de030e..080e3e22 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.2 +toolchain go1.22.3 require ( k8s.io/api v0.30.0