From ace2566c63eaef480fceaad405181e1e32336181 Mon Sep 17 00:00:00 2001 From: zwl <1633720889@qq.com> Date: Thu, 5 Oct 2023 22:00:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9golangci-lint=E7=89=88?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/setup.sh b/script/setup.sh index 4866a0a..747f72e 100644 --- a/script/setup.sh +++ b/script/setup.sh @@ -34,7 +34,7 @@ test -x $TARGET_PUSH || chmod +x $TARGET_PUSH test -x $TARGET_COMMIT || chmod +x $TARGET_COMMIT echo "安装 golangci-lint..." -go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.52.2 +go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest echo "安装 goimports..." go install golang.org/x/tools/cmd/goimports@latest \ No newline at end of file