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" # ... ```