From d0e4daab5a110ceb57aba1475d8df61f9d074262 Mon Sep 17 00:00:00 2001 From: CSRBot Date: Thu, 15 Jan 2026 20:15:42 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.25.6 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 1db1c8b..580510e 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.5 +toolchain go1.25.6 require ( github.com/alecthomas/kong v1.13.0