From b30d4f5c942769874b5f99c9d5668746c0efa570 Mon Sep 17 00:00:00 2001 From: CSRBot Date: Wed, 22 Oct 2025 16:21:24 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.25.3 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 0d149b0..1b30d46 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.2 +toolchain go1.25.3 require ( github.com/alecthomas/kong v1.12.1