From ac5a462448364d146886566382c7c381832ea580 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Mar 2025 22:55:56 +0000 Subject: [PATCH] Update dependency go to v1.24.1 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 449f45b..4873b07 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/Doridian/foxDNS go 1.22.0 -toolchain go1.24.0 +toolchain go1.24.1 require ( github.com/fsnotify/fsnotify v1.8.0