From 3de50827a40cd211dfbbdb7970e044a4388bf6a1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 22:04:37 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.23.5 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 59069863..2f3340ce 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/sap/component-operator-runtime -go 1.23.4 +go 1.23.5 require ( github.com/Masterminds/sprig/v3 v3.3.0