From 3fc3de0b8c497d475d3dcca9be9d779ee6df3055 Mon Sep 17 00:00:00 2001 From: Jerry Date: Thu, 28 Mar 2024 17:16:33 -0700 Subject: [PATCH] Fix build errors --- cmd/geth/config.go | 1 + go.mod | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/cmd/geth/config.go b/cmd/geth/config.go index 7172124101..94aa994738 100644 --- a/cmd/geth/config.go +++ b/cmd/geth/config.go @@ -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" diff --git a/go.mod b/go.mod index 23e7f8a25f..bc77f54d36 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/ethereum/go-ethereum -go 1.21 +go 1.22 toolchain go1.22.1