From 6e572575eae63743731abb6d70b394689ae28047 Mon Sep 17 00:00:00 2001 From: CSRBot Date: Tue, 14 Apr 2026 11:20:48 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.26.2 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 28854c6..e64a361 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.1 +toolchain go1.26.2 require ( github.com/alecthomas/kong v1.14.0