From 8393f9c8d8594a62a7832f706acf8d6861cb3905 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 10:29:35 +0200 Subject: [PATCH] Update dependency go to v1.23.0 (#107) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- helm/sloth/tests/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/sloth/tests/go.mod b/helm/sloth/tests/go.mod index 762217e..5eb7d4b 100644 --- a/helm/sloth/tests/go.mod +++ b/helm/sloth/tests/go.mod @@ -2,7 +2,7 @@ module github.com/slok/sloth/helm go 1.22.0 -toolchain go1.22.6 +toolchain go1.23.0 require ( github.com/slok/go-helm-template v0.7.0