From 4138c990c24a13e627d89d49179af97d4b28df58 Mon Sep 17 00:00:00 2001 From: Geapefurit <670884108@qq.com> Date: Fri, 1 Dec 2023 18:48:04 +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 adec343..d9689b3 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.50.1 +VERSION_NUM=1.49.0 VERSION=v${VERSION_NUM} URL_BASE=https://raw.githubusercontent.com/golangci/golangci-lint URL=$URL_BASE/$VERSION/install.sh