From 1f6d5ab6a9f14dadb1a2d2cdabc0266b43460e7b Mon Sep 17 00:00:00 2001 From: CSRBot Date: Wed, 3 Sep 2025 19:16:45 +0000 Subject: [PATCH] chore(deps): 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 6528e9c..d7779bc 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.0 +toolchain go1.25.1 require ( github.com/alecthomas/kong v1.12.1