From f08b5265d99ddc36c65e6d6f7babf805ac3283c2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 07:36:21 +0000 Subject: [PATCH] chore(go.mod/go.sum): update go module directive to v1.27.0 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 5ee2ba0..e2d4ea9 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/sap/component-operator -go 1.26.6 +go 1.27.0 require ( filippo.io/age v1.3.1