Skip to content

Commit

Permalink
Update CONTRIBUITING.md doc (#573)
Browse files Browse the repository at this point in the history
* Update CONTRIBUITING.md doc

* match docs dependencies with ci version
  • Loading branch information
MCarlomagno authored Oct 19, 2023
1 parent 83a69d8 commit 9fef9b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ Install a few dev dependencies for `make lint`:
```bash
go install github.com/mgechev/[email protected]
go install mvdan.cc/[email protected]
go install honnef.co/go/tools/cmd/staticcheck@v0.3.0
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.49.0
go install honnef.co/go/tools/cmd/staticcheck@v0.4.2
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.51.2
```

Look at the [README for instructions to install the dependencies and build `mev-boost`](README.md#installing)
Expand Down

0 comments on commit 9fef9b4

Please sign in to comment.