Skip to content

Commit 6d2b1c3

Browse files
committed
Add go.work file
* To work around the issue with MintMaker, a go.work file is added
1 parent 5da6abd commit 6d2b1c3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

go.work

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
go 1.22.7
2+
3+
use (
4+
./
5+
./deps/controller-gen
6+
./deps/kustomize
7+
)

0 commit comments

Comments
 (0)