From 7516e6ad8d624cf233ef5f5cc338d14ec96211c0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 18:57:41 +0000 Subject: [PATCH] Update dependency go to v1.23.0 --- tests/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/go.mod b/tests/go.mod index 5fd5dcb34..8845990a0 100644 --- a/tests/go.mod +++ b/tests/go.mod @@ -2,7 +2,7 @@ module kairos-tests go 1.22 -toolchain go1.22.5 +toolchain go1.23.0 require ( github.com/google/uuid v1.6.0