We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35c8e06 commit 154ca02Copy full SHA for 154ca02
Makefile
@@ -1,4 +1,4 @@
1
-GO_MOD_DIRS := $(shell find . -mindepth 2 -type f -name 'go.mod' -exec dirname {} \; | sort)
+GO_MOD_DIRS := $(shell find . -type f -name 'go.mod' -exec dirname {} \; | sort)
2
3
test: testdeps
4
set -e; for dir in $(GO_MOD_DIRS); do \
0 commit comments