From d0384200107a489e5d06dc0379ef030082988e96 Mon Sep 17 00:00:00 2001 From: CSRBot Date: Tue, 1 Sep 2026 21:17:55 +0000 Subject: [PATCH] chore(deps): update go toolchain directive to v1.27.1 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index d6b4d39..c27b73d 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.1 require ( github.com/alecthomas/kong v1.16.1