From 09c99eae86f23832218f0ffa0015827508baca87 Mon Sep 17 00:00:00 2001 From: yedf2 <120050102@qq.com> Date: Thu, 19 May 2022 17:36:56 +0800 Subject: [PATCH] update golangci-lint --- helper/golint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helper/golint.sh b/helper/golint.sh index 6c4b568..71f1817 100644 --- a/helper/golint.sh +++ b/helper/golint.sh @@ -1,4 +1,4 @@ set -x -curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.41.0 +curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.46.2 $(go env GOPATH)/bin/golangci-lint run