1
0
mirror of https://github.com/golangci/golangci-lint-action.git synced 2026-03-17 06:34:53 +07:00

doc: improve options documentation

This commit is contained in:
Fernandez Ludovic
2024-05-04 01:27:11 +02:00
parent 7a6f31107b
commit 2bff406277
2 changed files with 7 additions and 7 deletions

View File

@@ -107,7 +107,7 @@ You will also likely need to add the following `.gitattributes` file to ensure t
```yml
uses: golangci/golangci-lint-action@v5
with:
version: v1.58
version: latest
# ...
```