Use @ latest

This commit is contained in:
Yasuhiro Matsumoto
2020-03-02 12:55:29 +09:00
parent d9774098d3
commit fb3fea3371
2 changed files with 2 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
@echo off
call "%~dp0\go_install.cmd" github.com/mattn/efm-langserver
call "%~dp0\go_install.cmd" github.com/mattn/efm-langserver@latest

View File

@@ -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