From 8ee6f2189c7acf1617daf654bacf1a6aee09e709 Mon Sep 17 00:00:00 2001 From: Renovate Date: Wed, 3 Sep 2025 18:57:34 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.25.1 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 09e3a63..d20ad33 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module gitlab.com/unboundsoftware/gitlab-cleanup-handler go 1.24.0 -toolchain go1.25.0 +toolchain go1.25.1 require ( github.com/alecthomas/kong v1.12.1