Skip to content

Commit 35b9f23

Browse files
committed
tidy
1 parent 0a64633 commit 35b9f23

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,4 @@ components/
3333
/**/cover.*.html
3434

3535
*.tmp
36+
.task/

api/go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/openmcp-project/mcp-operator/api
22

3-
go 1.23.0
4-
5-
toolchain go1.23.6
3+
go 1.23.5
64

75
require (
86
github.com/onsi/ginkgo/v2 v2.22.2

go.mod

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ module github.com/openmcp-project/mcp-operator
22

33
go 1.23.5
44

5-
toolchain go1.24.0
6-
75
replace github.com/openmcp-project/mcp-operator/api => ./api
86

97
replace github.com/imdario/mergo v1.0.0 => github.com/imdario/mergo v0.3.16

0 commit comments

Comments
 (0)