openebs-archive / longhorn

We put storage on cows and move them around
Apache License 2.0
18 stars 12 forks source link

golang linter install failing during docker image build #33

Closed vinayb21 closed 4 years ago

vinayb21 commented 6 years ago

Raised an issue in the golang project: https://github.com/golang/go/issues/28291

Possible cause of this issue: A recent update 3 days ago in which on line 212 of https://github.com/golang/tools/blob/master/go/internal/gcimporter/bexport.go was changed to if obj.IsAlias() from if isAlias(obj)

PR for the fix: https://github.com/golang/tools/pull/52