From 5388f539639f7ce49840af0bce4fb18c5be73b19 Mon Sep 17 00:00:00 2001 From: CSRBot Date: Thu, 5 Jun 2025 19:14:05 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.24.4 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 14c8561..c17042c 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.24.3 +toolchain go1.24.4 require ( github.com/alecthomas/kong v1.11.0