From 095ae4165750fa58c0bc6522d8167d9ca22e170c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Dec 2024 11:22:03 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.23.4 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index bba5fca..d061112 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/signavio/k8s-helm-dep-updater go 1.22.0 -toolchain go1.23.3 +toolchain go1.23.4 require ( github.com/stretchr/testify v1.10.0