spread.yaml: simplify the project path
The original project path implicitly relied on the pre-modules semantics
of Go source code layout, where the default GOPATH ~/go contained all
the source code arranged in go import path directories.
Since we rely on Go modules, we don't need this structure and can build
from any location.
Signed-off-by:
Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
Please register or sign in to comment