Skip to content

Commit b68d21b

Browse files
committed
docs: improve readme
1 parent 06188a2 commit b68d21b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,13 +288,15 @@ The mode to install golangci-lint: it can be `binary`, `goinstall`, or `none`.
288288

289289
The default value is `binary`.
290290

291+
`goinstall` is not recommended, more explanations [here](https://golangci-lint.run/docs/welcome/install/#install-from-sources).
292+
291293
<details>
292294
<summary>Example</summary>
293295

294296
```yml
295297
uses: golangci/golangci-lint-action@v8
296298
with:
297-
install-mode: "goinstall"
299+
install-mode: "none"
298300
# ...
299301
```
300302

0 commit comments

Comments
 (0)