From c9a8b2199e63b7881fa18de07c07e5803a59042f Mon Sep 17 00:00:00 2001 From: Mitsuo Heijo Date: Sat, 11 Jan 2020 02:14:56 +0900 Subject: fix: prevent broken go get --- installer/install-gopls.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'installer/install-gopls.sh') diff --git a/installer/install-gopls.sh b/installer/install-gopls.sh index 3c2e61a..de5c72b 100755 --- a/installer/install-gopls.sh +++ b/installer/install-gopls.sh @@ -2,5 +2,5 @@ set -e -GOPATH=$(pwd) GOBIN=$(pwd) go get -v -u golang.org/x/tools/gopls +GOPATH=$(pwd) GOBIN=$(pwd) go get -v golang.org/x/tools/gopls rm -rf src -- cgit v1.2.3-54-g00ecf