From 443f84fd4d6e0a9c8c02126eaf7ab8b2447789fd Mon Sep 17 00:00:00 2001 From: Yuki Ito Date: Mon, 5 Nov 2018 17:13:26 +0900 Subject: [PATCH] Fix golint link (#263) --- .travis.yml | 2 +- README.md | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) 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