Merge pull request #69729 from soltysh/lint_url

Update golint download URL
This commit is contained in:
k8s-ci-robot 2018-10-12 06:00:09 -07:00 committed by GitHub
commit 97169b1512
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ kube::golang::verify_go_version
if ! which golint > /dev/null; then
echo 'Can not find golint, install with:'
echo 'go get -u github.com/golang/lint/golint'
echo 'go get -u golang.org/x/lint/golint'
exit 1
fi