mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 04:33:26 +00:00
Update golint download URL
This commit is contained in:
parent
e1a1aa2112
commit
13016b9ab9
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user