flashbots / mev-boost

MEV-Boost allows Ethereum validators to source high-MEV blocks from a competitive builder marketplace
https://boost.flashbots.net
MIT License
1.17k stars 208 forks source link

Problem upgrading to latest, need to upgrade Go, add to release notes please #624

Closed adv0r closed 7 months ago

adv0r commented 7 months ago
 make build
CGO_ENABLED=0 go build -trimpath -ldflags "-w -s -X 'github.com/flashbots/mev-boost/config.Version=v1.6.1-alpha3-13-g39bb78c'" -o mev-boost
go: errors parsing go.mod:
/home/adva/mev-boost/go.mod:3: invalid go version '1.22.0': must match format 1.23
make: *** [Makefile:26: build] Error 1
avalonche commented 7 months ago

Added to the release notes!

EvilJordan commented 7 months ago

I'm confused... the latest stable release of Go is 1.22?

avalonche commented 7 months ago

yes need to upgrade go as 1.20 is reaching EOL this month

EvilJordan commented 7 months ago

Right, but this says you need 1.23?

/home/adva/mev-boost/go.mod:3: invalid go version '1.22.0': must match format 1.23

EvilJordan commented 7 months ago

Regardless, go v1.22 works just fine :)

metachris commented 7 months ago

fixed in latest main/stable branches