Open hferentschik opened 5 years ago
In a clean environment running make will result in:
make
go: finding github.com/golang/lint/golint latest go: finding github.com/golang/lint latest go: downloading github.com/golang/lint v0.0.0-20190313153728-d0100b6bd8b3 go: github.com/golang/lint@v0.0.0-20190313153728-d0100b6bd8b3: parsing go.mod: unexpected module path "golang.org/x/lint" go: error loading module requirements
Seems to be caused by https://github.com/googleapis/google-cloud-go/issues/1359. Also https://github.com/golang/go/issues/30831.
Fixed by https://github.com/jenkins-x-apps/jx-app-test-lifecycle/pull/4
In a clean environment running
make
will result in: