From 7e97c83761683d465ed3035c34d086c71925a488 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 01:12:51 +0000 Subject: [PATCH] :arrow_up: Update Update dependency go to v1.23.4 (#3047) 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 da2b53063..78cb6af02 100644 --- a/tests/go.mod +++ b/tests/go.mod @@ -2,7 +2,7 @@ module kairos-tests go 1.22.0 -toolchain go1.23.3 +toolchain go1.23.4 require ( github.com/google/uuid v1.6.0