jenkins-x-apps / jx-app-test-lifecycle

Static Jenkins X app used for BDD testing
Apache License 2.0
0 stars 2 forks source link

Unable to install golint #3

Open hferentschik opened 5 years ago

hferentschik commented 5 years ago

In a clean environment running make will result in:

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
hferentschik commented 5 years ago

Seems to be caused by https://github.com/googleapis/google-cloud-go/issues/1359. Also https://github.com/golang/go/issues/30831.

warrenbailey commented 5 years ago

Fixed by https://github.com/jenkins-x-apps/jx-app-test-lifecycle/pull/4