From 118acb2e3330227bafcab03c45069e120e2c9495 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Nov 2025 12:13:44 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.25.4 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 0ba6ab9..d430875 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/openmcp-project/control-plane-operator -go 1.25.3 +go 1.25.4 require ( github.com/crossplane-contrib/xp-testing v1.8.0