From d9c1938ef2924a97c66b0f91c107932c9a788397 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Mar 2025 23:21:43 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrade=20dependency=20go?= =?UTF-8?q?=20to=20v1.24.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Charlie Haley --- hack/template/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/template/go.mod b/hack/template/go.mod index 87558049..b0b58a57 100644 --- a/hack/template/go.mod +++ b/hack/template/go.mod @@ -2,7 +2,7 @@ module github.com/charlie-haley/home-infra/template go 1.22.0 -toolchain go1.22.6 +toolchain go1.24.1 require ( github.com/backube/volsync v0.10.0