From 521e4375f244c06ec9b81f4785f0c4aa9968e49d Mon Sep 17 00:00:00 2001 From: "dghubble-renovate[bot]" <119624128+dghubble-renovate[bot]@users.noreply.github.com> Date: Fri, 6 Jun 2025 06:28:14 +0000 Subject: [PATCH] Bump go from 1.24.3 to v1.24.4 (#1438) Co-authored-by: dghubble-renovate[bot] <119624128+dghubble-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 092049bf..56670514 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/poseidon/matchbox go 1.23.0 -toolchain go1.24.3 +toolchain go1.24.4 require ( github.com/coreos/butane v0.24.0