From 6d0b914f200ee8ab1a43b8d35ac2f8397d592a23 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 21:54:53 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.25.0 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index f02c4f8..4e10acc 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.0 require ( github.com/crossplane-contrib/xp-testing v1.5.0