From e23d496c9fa1fda8f814afb603d45369ce8f64bb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 00:46:29 +0000 Subject: [PATCH] =?UTF-8?q?chore(deps):=20update=20=E2=AC=86=EF=B8=8F=20go?= =?UTF-8?q?mod=20patching=20to=20v1.22.5?= 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 a9721a4f..cbea2eac 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/sheldonhull/magetools go 1.21 -toolchain go1.22.3 +toolchain go1.22.5 require ( github.com/bitfield/script v0.22.1