There was an error while loading. Please reload this page.
1 parent 8b9f00e commit c64a9feCopy full SHA for c64a9fe
1 file changed
scripts/build-components-go.sh
@@ -4,7 +4,7 @@ set -exuo pipefail
4
cd "$(dirname "$0")/.."
5
6
7
-find . -name 'go.mod' | while read modfile; do
+find . -name 'go.mod' -not -path "./.gopath/*" | while read modfile; do
8
dir=$(dirname "$modfile")
9
echo "Building $dir"
10
(
0 commit comments