From 8b969b2b61ed7bbed12719f134b87db5a9f2079f Mon Sep 17 00:00:00 2001 From: CSRBot Date: Tue, 7 Oct 2025 19:14:48 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.25.2 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index e1a980b..0d149b0 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module git.cryptic.systems/volker.raschek/prometheus-fail2ban-exporter go 1.23.0 -toolchain go1.25.1 +toolchain go1.25.2 require ( github.com/alecthomas/kong v1.12.1 -- 2.49.1