From 4e27327365a081c9d15089f278a2f88040d27458 Mon Sep 17 00:00:00 2001 From: CSRBot Date: Tue, 2 Jun 2026 21:24:57 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.26.4 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index ebfeced..21ef067 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.26.3 +toolchain go1.26.4 require ( github.com/alecthomas/kong v1.15.0