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 de5c72b..22e0b1c 100755
--- a/installer/install-gopls.sh
+++ b/installer/install-gopls.sh
@@ -2,5 +2,5 @@
set -e
-GOPATH=$(pwd) GOBIN=$(pwd) go get -v golang.org/x/tools/gopls
+GOPATH=$(pwd) GOBIN=$(pwd) GO111MODULE=on go get -v golang.org/x/tools/gopls@latest
rm -rf src