From 77753bb3b330a70fab089961b3c7db2da4ea3435 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 00:39:09 +0000 Subject: [PATCH] chore(deps): update go module directive to v1.27.1 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 3a37f2a..6e712d2 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/openmcp-project/bootstrapper -go 1.26.6 +go 1.27.1 require ( github.com/Masterminds/sprig/v3 v3.3.0