From 99e6efb2333a4996d54e82f0c0312269bf8f0838 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 20:35:15 +0000 Subject: [PATCH] Update dependency go to v1.21.13 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 f146d794..4623ba17 100644 --- a/tests/go.mod +++ b/tests/go.mod @@ -2,7 +2,7 @@ module github.com/projectsyn/component-keycloak go 1.21 -toolchain go1.21.5 +toolchain go1.21.13 require ( github.com/stretchr/testify v1.8.4