From b511e001722c701191265b2ef7857a014ee8404b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Aug 2025 03:32:03 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.25.0 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index fdcb7b3..54f13a3 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module certalert go 1.24 -toolchain go1.24.6 +toolchain go1.25.0 require ( github.com/fsnotify/fsnotify v1.9.0