From 03aa5ed7e8d7181a6c50164113be99410f4cbafd Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 12 May 2026 13:16:33 +0000 Subject: [PATCH] chore(deps): update go toolchain directive to v1.26.3 (#417) --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index c6881d2..6503a07 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module gitlab.com/unboundsoftware/gitlab-cleanup-handler go 1.26.0 -toolchain go1.26.2 +toolchain go1.26.3 require ( github.com/alecthomas/kong v1.15.0