Fix build errors

This commit is contained in:
Jerry 2024-03-28 17:16:33 -07:00
parent 5d77c381e6
commit 3fc3de0b8c
No known key found for this signature in database
GPG key ID: 5B33FA23CB103211
2 changed files with 2 additions and 1 deletions

View file

@ -37,6 +37,7 @@ import (
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/common/hexutil"
"github.com/ethereum/go-ethereum/eth/catalyst"
"github.com/ethereum/go-ethereum/eth/downloader"
"github.com/ethereum/go-ethereum/eth/ethconfig"
"github.com/ethereum/go-ethereum/internal/ethapi"
"github.com/ethereum/go-ethereum/internal/flags"

2
go.mod
View file

@ -1,6 +1,6 @@
module github.com/ethereum/go-ethereum
go 1.21
go 1.22
toolchain go1.22.1