From c819bc17544d3cc7b3c86c697ad82d47d0823cf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= Date: Wed, 16 Mar 2022 01:11:44 +0100 Subject: [PATCH] Update the command to install golint MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miloslav Trmač --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 21302d28..0d591abf 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -90,7 +90,7 @@ osx_task: export PATH=$GOPATH/bin:$PATH brew update brew install gpgme go go-md2man - go get -u golang.org/x/lint/golint + go install golang.org/x/lint/golint@latest test_script: | export PATH=$GOPATH/bin:$PATH go version