diff options
Diffstat (limited to 'installer/install-gopls.cmd')
-rw-r--r-- | installer/install-gopls.cmd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/install-gopls.cmd b/installer/install-gopls.cmd index 444e1ae..7371402 100644 --- a/installer/install-gopls.cmd +++ b/installer/install-gopls.cmd @@ -1,3 +1,3 @@ @echo off
-call "%~dp0\go_install.cmd" golang.org/x/tools/gopls
+call "%~dp0\go_install.cmd" golang.org/x/tools/gopls@latest
|