From 5082c0e4c467b5b6acf2e90448f8934d2f5959a8 Mon Sep 17 00:00:00 2001 From: CSRBot Date: Wed, 19 Aug 2026 15:21:31 +0000 Subject: [PATCH] chore(deps): update go toolchain directive to v1.26.7 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 2503f08..d6b4d39 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module git.cryptic.systems/volker.raschek/prometheus-fail2ban-exporter go 1.25.0 -toolchain go1.26.6 +toolchain go1.26.7 require ( github.com/alecthomas/kong v1.16.1