I’m trying to get a package building using the go scaffolding. I have the configuration line:
pkg_source="https://user:tokenGoesHere@gitlab.com/path/to/repository"
When I build
the project, I get go: cannot use path@version syntax in GOPATH mode
.
How do I resolve this issue?