Travis build failed related to golint dependency
soodpr opened this issue · 2 comments
soodpr commented
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.
soodpr commented
can be fixed with the workaround proposed here: golang/lint#397
soodpr commented
closing this as it has been fixed.