From d312619a75c0265bee1242d954a108b809dcd949 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 21:11:43 +0000 Subject: [PATCH] chore(deps): update go module directive to v1.26.3 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index b358c34..6c6d2d0 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/sap/component-operator-runtime -go 1.26.2 +go 1.26.3 require ( github.com/Masterminds/sprig/v3 v3.3.0