Skip to content

Commit

Permalink
docs: use a fixed version
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed May 12, 2024
1 parent 42ebe7f commit d7e9c66
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: latest
version: v1.58
```
We recommend running this action in a job separate from other jobs (`go test`, etc.)
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: latest
version: v1.58
```
You will also likely need to add the following `.gitattributes` file to ensure that line endings for Windows builds are properly formatted:
Expand All @@ -115,7 +115,7 @@ The version of golangci-lint to use.
```yml
uses: golangci/golangci-lint-action@v6
with:
version: latest
version: v1.58
# ...
```

Expand Down

0 comments on commit d7e9c66

Please # to comment.