From eceb1bfec0b1207d8d6231f97fb98901acd4736f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 00:05:28 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.23.3 (#342) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 14777723..e881592c 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/nakamasato/kubernetes-training go 1.22.0 -toolchain go1.23.2 +toolchain go1.23.3 require ( github.com/nakamasato/mysql-operator v0.4.1