We made a workaround to use geth `v1.10.10` instead of `master` to get CI to pass for the time being: https://github.com/sigp/lighthouse/pull/6936 Our tests need to be updated to work with latest geth, due to these breaking changes: - removal of personal namespace in v1.14.12: See [#30704](https://github.com/ethereum/go-ethereum/pull/30704) - removal of totalDifficulty field from RPC in v1.14.11. See [#30386](https://github.com/ethereum/go-ethereum/pull/30386).