From 90339758bc592921cb655d73765e283b2414b7e2 Mon Sep 17 00:00:00 2001 From: jay Date: Sat, 27 Nov 2021 01:37:16 +0800 Subject: [PATCH] update --- vim_dep.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vim_dep.sh b/vim_dep.sh index 43a81d9..d7bb698 100755 --- a/vim_dep.sh +++ b/vim_dep.sh @@ -5,8 +5,8 @@ if type npm > /dev/null; then fi if type go > /dev/null; then - go get -u -v github.com/sourcegraph/go-langserver - go get -u github.com/jstemmer/gotags + go install github.com/sourcegraph/go-langserver@latest + go install github.com/jstemmer/gotags@latest go get -u github.com/cweill/gotests/... fi