We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6d578d commit 02c76c6Copy full SHA for 02c76c6
Makefile
@@ -170,7 +170,7 @@ check-ginkgo:
170
.PHONY: check-golangci-lint
171
check-golangci-lint:
172
@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; }
+ echo "❌ golangci-lint is not installed. Install from https://golangci-lint.run/docs/welcome/install/"; exit 1; }
174
175
.PHONY: check-container-tool
176
check-container-tool:
0 commit comments