From 4ffbb382bc35fc4540ec8fd3a368163aad7729f5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Sep 2025 23:45:39 +0000 Subject: [PATCH] Update dependency go to v1.25.1 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 5323252..b0e5d55 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/samply/blazectl go 1.24 -toolchain go1.24.6 +toolchain go1.25.1 require ( github.com/goccy/go-yaml v1.18.0