From e6115c47e4882e109a818259aa55bc52a66a964a Mon Sep 17 00:00:00 2001 From: CSRBot Date: Wed, 19 Aug 2026 18:18:41 +0000 Subject: [PATCH] chore(deps): update go toolchain directive to v1.27.0 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index d6b4d39..96d3ef8 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.7 +toolchain go1.27.0 require ( github.com/alecthomas/kong v1.16.1