Commit 03b10f9c authored by Zoe's avatar Zoe Committed by Matt Holt

ci: get golint tool from `golang.org/x/lint/golint` (#2324)

parent f7757da7
......@@ -23,7 +23,7 @@ before_install:
install:
- if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then bash dist/gitcookie.sh; fi
- go get -t ./...
- go get github.com/golang/lint/golint
- go get golang.org/x/lint/golint
- go get github.com/FiloSottile/vendorcheck
- go get github.com/alecthomas/gometalinter
......
......@@ -18,7 +18,7 @@ install:
- go version
- go env
- go get -t ./...
- go get github.com/golang/lint/golint
- go get golang.org/x/lint/golint
- go get github.com/FiloSottile/vendorcheck
- go get github.com/alecthomas/gometalinter
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment