updatedevenv: prefer go install, update staticcheck
This commit is contained in:
parent
5271f8ef07
commit
3f6bf8f7af
|
@ -13,6 +13,7 @@ updatevimplugins
|
||||||
|
|
||||||
echo "Installing gopls..."
|
echo "Installing gopls..."
|
||||||
cd $HOME
|
cd $HOME
|
||||||
go get golang.org/x/tools/gopls@latest
|
go install golang.org/x/tools/gopls@latest
|
||||||
|
go install honnef.co/go/tools/cmd/staticcheck@latest
|
||||||
|
|
||||||
echo "Done"
|
echo "Done"
|
||||||
|
|
Loading…
Reference in New Issue