From 87c71f487836e003df96c1a2f26cf5a9f0056074 Mon Sep 17 00:00:00 2001 From: CSRBot Date: Tue, 2 Dec 2025 17:14:12 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.25.5 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index ebe0778..1db1c8b 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.4 +toolchain go1.25.5 require ( github.com/alecthomas/kong v1.13.0