Explictly install golint

This commit is contained in:
Mark McGranaghan 2018-02-01 16:53:56 -05:00
parent c3884e7329
commit b791903662

View File

@ -6,6 +6,7 @@ run -s "Cloning" git clone $URL --branch $REF --single-branch .
git reset --hard $SHA
go get github.com/russross/blackfriday
go get github.com/golang/lint/golint
PKGS=$(go list $PKG/... | grep -v examples/variables)
run -s "Linting" golint -set_exit_status $PKGS