From 40cd167abcd519764707fdcc3f8fbcaa38c43f0c Mon Sep 17 00:00:00 2001 From: "dghubble-renovate[bot]" <119624128+dghubble-renovate[bot]@users.noreply.github.com> Date: Sat, 15 Feb 2025 18:41:29 +0000 Subject: [PATCH] Bump go from 1.23.3 to v1.24.0 (#1396) 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 88b6593f..88031c43 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/poseidon/matchbox go 1.22.7 -toolchain go1.23.3 +toolchain go1.24.0 require ( github.com/coreos/butane v0.23.0