fix incompatible go get syntax
authorAJ ONeal <coolaj86@gmail.com>
Mon, 29 Jun 2020 20:23:48 +0000 (14:23 -0600)
committerAJ ONeal <coolaj86@gmail.com>
Mon, 29 Jun 2020 20:23:48 +0000 (14:23 -0600)
golang/install.sh

index 6d81bb15172452152ebff91accbc169f724c0a54..f35eecb67da19535a93651ac7d7d78eef6218340 100644 (file)
@@ -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