Unverified Commit 97169b15 authored by k8s-ci-robot's avatar k8s-ci-robot Committed by GitHub

Merge pull request #69729 from soltysh/lint_url

Update golint download URL
parents 23a84774 13016b9a
...@@ -25,7 +25,7 @@ kube::golang::verify_go_version ...@@ -25,7 +25,7 @@ kube::golang::verify_go_version
if ! which golint > /dev/null; then if ! which golint > /dev/null; then
echo 'Can not find golint, install with:' 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 exit 1
fi 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