From 9edcbb982285437236b0ae584780bc78210ba1f9 Mon Sep 17 00:00:00 2001 From: Geapefurit <670884108@qq.com> Date: Fri, 1 Dec 2023 18:49:34 +0800 Subject: [PATCH] update golangci lint version --- hack/verify-golangci-lint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/verify-golangci-lint.sh b/hack/verify-golangci-lint.sh index d9689b3..025ac85 100755 --- a/hack/verify-golangci-lint.sh +++ b/hack/verify-golangci-lint.sh @@ -7,7 +7,7 @@ set -o errexit set -o nounset set -o pipefail -VERSION_NUM=1.49.0 +VERSION_NUM=1.47.0 VERSION=v${VERSION_NUM} URL_BASE=https://raw.githubusercontent.com/golangci/golangci-lint URL=$URL_BASE/$VERSION/install.sh