Skip to content

Commit f153975

Browse files
committed
Fix golangci-lint installation link in makefile
Signed-off-by: Qifan Deng <[email protected]>
1 parent 1013541 commit f153975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ check-ginkgo:
170170
.PHONY: check-golangci-lint
171171
check-golangci-lint:
172172
@command -v golangci-lint >/dev/null 2>&1 || { \
173-
echo "❌ golangci-lint is not installed. Install from https://golangci-lint.run/usage/install/"; exit 1; }
173+
echo "❌ golangci-lint is not installed. Install from https://golangci-lint.run/docs/welcome/install/"; exit 1; }
174174

175175
.PHONY: check-container-tool
176176
check-container-tool:

0 commit comments

Comments
 (0)