rancher / dapper

Docker build wrapper
Apache License 2.0
365 stars 88 forks source link

Build no longer possible due to golint changes #59

Closed patst closed 5 years ago

patst commented 5 years ago

Building the project with dapper ci throws an error:

package github.com/golang/lint/golint: code in directory /go/src/github.com/golang/lint/golint expects import "golang.org/x/lint/golint"
The command '/bin/sh -c wget -O - https://storage.googleapis.com/golang/go1.9.3.linux-${!GOLANG_ARCH}.tar.gz | tar -xzf - -C /usr/local &&     go get github.com/rancher/trash && go get github.com/golang/lint/golint' returned a non-zero code: 1

Related to https://github.com/golang/lint/issues/415

ibuildthecloud commented 5 years ago

Fixed on master