We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 820fd2b commit 17c0079Copy full SHA for 17c0079
api/go.mod
@@ -1,6 +1,6 @@
1
module github.com/openmcp-project/openmcp-operator/api
2
3
-go 1.24.4
+go 1.24.5
4
5
require (
6
github.com/openmcp-project/controller-utils v0.11.0
go.mod
module github.com/openmcp-project/openmcp-operator
//godebug default=go1.23
lib/go.mod
module github.com/openmcp-project/openmcp-operator/lib
replace github.com/openmcp-project/openmcp-operator/api => ../api
0 commit comments