From 1a663e82dcbdb9345f94a477cd7fcac676f5db0a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 07:18:02 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.24.4 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index ac65fd7..982feca 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/openmcp-project/control-plane-operator -go 1.24.2 +go 1.24.4 require ( github.com/crossplane-contrib/xp-testing v1.5.0