From: AJ ONeal Date: Mon, 29 Jun 2020 20:23:48 +0000 (-0600) Subject: fix incompatible go get syntax X-Git-Url: https://git.josue.xyz/?p=webi-installers%2F.git;a=commitdiff_plain;h=ec39c76424ae2c68ef4b60336fc82b73eabdc208 fix incompatible go get syntax --- diff --git a/golang/install.sh b/golang/install.sh index 6d81bb1..f35eecb 100644 --- a/golang/install.sh +++ b/golang/install.sh @@ -55,7 +55,7 @@ pkg_post_install() { # Install x go echo "Building go language tools..." echo gopls - "$pkg_dst_cmd" get golang.org/x/tools/gopls@latest > /dev/null #2>/dev/null + "$pkg_dst_cmd" get golang.org/x/tools/gopls > /dev/null #2>/dev/null echo gotags "$pkg_dst_cmd" get github.com/jstemmer/gotags > /dev/null #2>/dev/null echo goimports