diff --git a/.travis.yml b/.travis.yml index 28f1a3e..0eac756 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ go: install: - go get -u github.com/golang/dep/cmd/dep - - go get -u github.com/golang/lint/golint + - go get -u golang.org/x/lint/golint - go get -u github.com/onsi/ginkgo/ginkgo - go get -u github.com/onsi/gomega - go get -u golang.org/x/crypto/ssh diff --git a/README.md b/README.md index 0f136be..daf9bec 100644 --- a/README.md +++ b/README.md @@ -149,7 +149,11 @@ $ gosec -fmt=json -out=results.json *.go ### Prerequisites Install dep according to the instructions here: https://github.com/golang/dep -Install the latest version of golint: https://github.com/golang/lint +Install the latest version of golint: + +```bash +go get -u golang.org/x/lint/golint +``` ### Build