updatedevenv: prefer go install, update staticcheck
This commit is contained in:
parent
5271f8ef07
commit
3f6bf8f7af
|
@ -13,6 +13,7 @@ updatevimplugins
|
|||
|
||||
echo "Installing gopls..."
|
||||
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"
|
||||
|
|
Loading…
Reference in New Issue