From fb3fea3371fe65f4349d9e41b9e019604e55099c Mon Sep 17 00:00:00 2001
From: Yasuhiro Matsumoto <mattn.jp@gmail.com>
Date: Mon, 2 Mar 2020 12:55:29 +0900
Subject: Use @ latest

---
 installer/install-efm-langserver.cmd | 2 +-
 installer/install-gopls.cmd          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/installer/install-efm-langserver.cmd b/installer/install-efm-langserver.cmd
index fc692b9..1d286cd 100644
--- a/installer/install-efm-langserver.cmd
+++ b/installer/install-efm-langserver.cmd
@@ -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
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
-- 
cgit v1.2.3-54-g00ecf