From 42f449b81c507753ef0072668c7be5b2542491ca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 02:11:48 +0000 Subject: [PATCH] Update dependency go to v1.25.3 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 4f20fb1..177a84b 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/projectsyn/lieutenant-keycloak-idp-controller go 1.21 -toolchain go1.21.4 +toolchain go1.25.3 require ( github.com/Nerzal/gocloak/v13 v13.8.0