Update golint download URL

This commit is contained in:
Maciej Szulik 2018-10-12 11:45:54 +02:00
parent e1a1aa2112
commit 13016b9ab9
No known key found for this signature in database
GPG Key ID: F15E55D276FA84C4

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