From e231cc0376dfe1341abfb5cbe155e0c954f7b821 Mon Sep 17 00:00:00 2001 From: LiZhenCheng9527 Date: Fri, 23 Feb 2024 09:38:29 +0800 Subject: [PATCH] Pinning the Version of license-lint Signed-off-by: LiZhenCheng9527 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 32eb5140..332c7fb9 100644 --- a/Makefile +++ b/Makefile @@ -105,7 +105,7 @@ mod-download-go: .PHONY: mirror-licenses mirror-licenses: mod-download-go; \ - go install istio.io/tools/cmd/license-lint@latest; \ + go install istio.io/tools/cmd/license-lint@v0.0.0-20240221165422-57f6bfb4cd73; \ rm -fr licenses; \ license-lint --mirror