flashbots / flashbots/mev-boost
Cannot run make lint command doing the setup
- Dominant language
- Go
- Stars
- 1.4k
- Forks
- 292
- PR merge metrics
- No merged PRs in 30d
Description
## Description
I'm doing the setup following the [CONTRIBUTING.md](https://github.com/flashbots/mev-boost/blob/develop/CONTRIBUTING.md ) file and when I run `make lint`, throws the following error in `staticcheck` step :
```sh
-: cannot import "github.com/cockroachdb/pebble/internal/rawalloc" (unknown bexport format version -1 ("...")), possibly version skew - reinstall package (compile)
-: cannot import "math/bits" (unknown bexport format version -1 ("...")), possibly version skew - reinstall package (compile)
```
I did some research on my own but couln't find the root cause of the issue, I wonder if someone else experienced this issue before.
```sh
$ go version
go version go1.20.8 darwin/arm64
```
Contributor guide
Assessment
This issue has not been assessed yet.