From f300fb7fff27e818fb410aedf46d0d2b3c437d4a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Nov 2025 21:50:49 +0000 Subject: [PATCH] Update dependency go to v1.25.4 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- tests/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/go.mod b/tests/go.mod index cfefe766..6e505dcb 100644 --- a/tests/go.mod +++ b/tests/go.mod @@ -2,7 +2,7 @@ module github.com/projectsyn/component-keycloak go 1.24.0 -toolchain go1.25.0 +toolchain go1.25.4 require ( github.com/stretchr/testify v1.11.1