Skip to content

Commit

Permalink
match docs dependencies with ci version
Browse files Browse the repository at this point in the history
  • Loading branch information
MCarlomagno committed Oct 5, 2023
1 parent 92004d8 commit 8c61c61
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/[email protected].0
go install github.com/golangci/golangci-lint/cmd/[email protected].0
go install honnef.co/go/tools/cmd/[email protected].2
go install github.com/golangci/golangci-lint/cmd/[email protected].2
```

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

0 comments on commit 8c61c61

Please sign in to comment.