updatedevenv: prefer go install, update staticcheck

This commit is contained in:
Rob Watson 2021-12-16 23:33:08 +01:00
parent 5271f8ef07
commit 3f6bf8f7af
1 changed files with 2 additions and 1 deletions

View File

@ -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"