summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShelley-BaoYue <baoyue2@huawei.com>2023-11-29 19:32:07 +0800
committerShelley-BaoYue <baoyue2@huawei.com>2023-11-29 19:32:07 +0800
commite1ec9008c721c888afdee1bb6a2dafbde0e7c08e (patch)
tree5e8ee6996e19691a7c967664f4cf5842345a99de
parentupdate version for k8s 1.23.17 (diff)
downloadkubeedge-e1ec9008c721c888afdee1bb6a2dafbde0e7c08e.tar.gz
update lint version
Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com>
-rwxr-xr-xhack/lib/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/hack/lib/install.sh b/hack/lib/install.sh
index 41fb6d724..93944285d 100755
--- a/hack/lib/install.sh
+++ b/hack/lib/install.sh
@@ -69,7 +69,7 @@ function check_golangci-lint {
function install_golangci-lint {
echo "installing golangci-lint ."
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b ${GOPATH}/bin v1.42.0
+ curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b ${GOPATH}/bin v1.42.1
if [[ $? -ne 0 ]]; then
echo "golangci-lint installed failed, exiting."
exit 1