We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bdd25e4 + 2032a87 commit 9434b9bCopy full SHA for 9434b9b
go.mod
@@ -1,8 +1,6 @@
1
module github.com/openmcp-project/control-plane-operator
2
3
-go 1.23.2
4
-
5
-toolchain go1.23.7
+go 1.24.2
6
7
require (
8
github.com/crossplane-contrib/xp-testing v1.3.4
renovate.json
@@ -2,5 +2,8 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
+ ],
+ "postUpdateOptions": [
+ "gomodTidy"
]
9
}
0 commit comments