Merge pull request #2414 from aledbf/fix-golint

Fix golint installation
This commit is contained in:
k8s-ci-robot 2018-04-24 06:10:00 -07:00 committed by GitHub
commit 97d7119eec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,7 +40,10 @@ jobs:
script: script:
- sudo luarocks install luacheck - sudo luarocks install luacheck
- make luacheck - make luacheck
- go get github.com/golang/lint/golint - mkdir --parents $GOPATH/src/golang.org/x
&& git clone --depth=1 https://go.googlesource.com/lint $GOPATH/src/golang.org/x/lint
&& go get golang.org/x/lint/golint
- go get github.com/vbatts/git-validation
- go get -u github.com/jteeuwen/go-bindata/... - go get -u github.com/jteeuwen/go-bindata/...
- make verify-all - make verify-all
- stage: Lua Unit Test - stage: Lua Unit Test