From b1b9ae9d8d76126116dad15e4bf70907ae0e3076 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 09:50:40 +0000 Subject: [PATCH] =?UTF-8?q?chore(deps):=20update=20=E2=AC=86=EF=B8=8F=20go?= =?UTF-8?q?mod=20to=20v1.22.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index dd3344ce..34ed4c58 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/sheldonhull/magetools go 1.21 -toolchain go1.21.1 +toolchain go1.22.3 require ( github.com/bitfield/script v0.22.0