From 33b1629a4d460d92f4665baf15c5afac293853ea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 23:04:50 +0000 Subject: [PATCH] Update dependency go to v1.23.1 --- tests/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/go.mod b/tests/go.mod index a745a0ec0..c449aee82 100644 --- a/tests/go.mod +++ b/tests/go.mod @@ -2,7 +2,7 @@ module kairos-tests go 1.22 -toolchain go1.23.0 +toolchain go1.23.1 require ( github.com/google/uuid v1.6.0