From 83e589052fa88668e36290680fb3521766b65f09 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 12:59:08 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.25.3 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 985be9b..cf3add5 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/openmcp-project/control-plane-operator -go 1.24.5 +go 1.25.3 require ( github.com/crossplane-contrib/xp-testing v1.5.0