Update golint download URL

parent e1a1aa21
......@@ -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
......
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