build/Makefile: Properly exclude files under "./vendor/" path for `go fmt` (#19097)
Properly exclude files under "./vendor/" path, and find "files" only. The original method "might" found "directories" with the same naming, or, might exclude occasionally exclude the go files with "vendor" string in any part of its path.
This commit is contained in:
parent
f9380fd9be
commit
0c63c7c854
Loading…
Reference in New Issue