From f8e8c144852f4f90dea05df76eb8080249ecc576 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Jul 2025 03:56:43 +0000 Subject: [PATCH] Update dependency go to v1.24.5 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 0e137be9..38ed8e92 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.24.3 +toolchain go1.24.5 require ( github.com/stretchr/testify v1.10.0