From dc2ce85a019e3baa74e1d448baf6a289c8fa2070 Mon Sep 17 00:00:00 2001 From: "repo-duster[bot]" <87358111+repo-duster[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 18:09:11 +0000 Subject: [PATCH] =?UTF-8?q?fix(deps):=20update=20go=20(=201.22.4=20?= =?UTF-8?q?=E2=86=92=201.22.5=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | -------------- | ------- | ------ | ------ | | golang-version | go | 1.22.4 | 1.22.5 | --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 1bd9cf71..5102cbff 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.4 +toolchain go1.22.5 require ( k8s.io/api v0.30.2