From b68d21b131098f33ec55c11c242113b4a10dc30a Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic Date: Wed, 15 Oct 2025 22:31:08 +0200 Subject: [PATCH] docs: improve readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b2dbc45..3d0cdff 100644 --- a/README.md +++ b/README.md @@ -288,13 +288,15 @@ The mode to install golangci-lint: it can be `binary`, `goinstall`, or `none`. The default value is `binary`. +`goinstall` is not recommended, more explanations [here](https://golangci-lint.run/docs/welcome/install/#install-from-sources). +
Example ```yml uses: golangci/golangci-lint-action@v8 with: - install-mode: "goinstall" + install-mode: "none" # ... ```