HewlettPackard/oneview-golang

Travis build failed related to golint dependency

soodpr opened this issue · 2 comments

Travis build failed with the below error:
$ go get -u github.com/golang/lint/golint
package github.com/golang/lint/golint: code in directory /home/travis/gopath/src/github.com/golang/lint/golint expects import "golang.org/x/lint/golint"
The command "go get -u github.com/golang/lint/golint" failed and exited with 1 during .
Your build has been stopped.

can be fixed with the workaround proposed here: golang/lint#397

closing this as it has been fixed.