From 533c019b807b0f50c028f12ca0575bfff233813d Mon Sep 17 00:00:00 2001 From: CSRBot Date: Tue, 8 Jul 2025 19:13:39 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.24.5 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index a435b33..b34a91d 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.4 +toolchain go1.24.5 require ( github.com/alecthomas/kong v1.12.0