From 642f1c651f7e67e910fff459bc44f1b42f18e044 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Jul 2024 14:47:16 +0200 Subject: [PATCH] Update dependency go to v1.22.5 (#2690) Co-authored-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 dbfdcca0d..5fd58e0b5 100644 --- a/tests/go.mod +++ b/tests/go.mod @@ -2,7 +2,7 @@ module kairos-tests go 1.22 -toolchain go1.22.4 +toolchain go1.22.5 require ( github.com/google/uuid v1.6.0