From 36eac0a51f22155591072940a5ae3f1f2a0d91e1 Mon Sep 17 00:00:00 2001 From: "repo-duster[bot]" <87358111+repo-duster[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 16:09:57 +0000 Subject: [PATCH] =?UTF-8?q?feat(deps):=20update=20go=20(=201.22.6=20?= =?UTF-8?q?=E2=86=92=201.23.0=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.6 | 1.23.0 | --- 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