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/revive@v1.1.3
go install mvdan.cc/gofumpt@v0.3.1
go install honnef.co/go/tools/cmd/staticcheck@v0.4.0
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.51.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 8c61c61

Please sign in to comment.