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 0a64633 commit 35b9f23Copy full SHA for 35b9f23
.gitignore
@@ -33,3 +33,4 @@ components/
33
/**/cover.*.html
34
35
*.tmp
36
+.task/
api/go.mod
@@ -1,8 +1,6 @@
1
module github.com/openmcp-project/mcp-operator/api
2
3
-go 1.23.0
4
-
5
-toolchain go1.23.6
+go 1.23.5
6
7
require (
8
github.com/onsi/ginkgo/v2 v2.22.2
go.mod
@@ -2,8 +2,6 @@ module github.com/openmcp-project/mcp-operator
go 1.23.5
-toolchain go1.24.0
replace github.com/openmcp-project/mcp-operator/api => ./api
9
replace github.com/imdario/mergo v1.0.0 => github.com/imdario/mergo v0.3.16
0 commit comments