aboutsummaryrefslogtreecommitdiff
path: root/installer/install-gopls.sh
diff options
context:
space:
mode:
Diffstat (limited to 'installer/install-gopls.sh')
-rwxr-xr-xinstaller/install-gopls.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/install-gopls.sh b/installer/install-gopls.sh
index 038916a..8593e7f 100755
--- a/installer/install-gopls.sh
+++ b/installer/install-gopls.sh
@@ -6,5 +6,5 @@ cd $(dirname $0)
[ -d ../servers/gopls ] && rm -rf ../servers/gopls
mkdir ../servers/gopls
cd ../servers/gopls
-go get -u golang.org/x/tools/cmd/gopls
+GOPATH=$(pwd) GOBIN=$(pwd) go get -v -u golang.org/x/tools/cmd/gopls
rm -rf src