From 62dbd92641a21073eab5f49212015cdeeed35406 Mon Sep 17 00:00:00 2001 From: Tran Hau Date: Fri, 26 Feb 2021 15:10:30 +0700 Subject: [PATCH] bump golangci-lint v1.37.1 --- Scripts/misc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/misc.sh b/Scripts/misc.sh index b81b1ed..c33243b 100755 --- a/Scripts/misc.sh +++ b/Scripts/misc.sh @@ -15,4 +15,4 @@ sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug. https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim' # https://golangci-lint.run/usage/install/#local-installation -curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.37.0 +curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.37.1