Skip to content

Commit

Permalink
Update lint to the version currently used in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagodeev authored Oct 2, 2024
1 parent 022f9ec commit 9d50a59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ We recommend the following work-flow for contributors:
1. **Install `golangci-lint`:**

```bash
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.60.3
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.60.0
```

2. **Run the linter:**
Expand Down

0 comments on commit 9d50a59

Please sign in to comment.