From 747cb1d8587ba77a4020a7a0a2787aacbbcf6838 Mon Sep 17 00:00:00 2001 From: Darioush Jalali Date: Wed, 9 Oct 2024 15:50:18 -0700 Subject: [PATCH] fix e2e version --- scripts/tests.e2e.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/tests.e2e.sh b/scripts/tests.e2e.sh index 40ca62b038..1d90b882e4 100755 --- a/scripts/tests.e2e.sh +++ b/scripts/tests.e2e.sh @@ -45,7 +45,7 @@ git checkout -B "test-${AVALANCHE_VERSION}" "${AVALANCHE_VERSION}" echo "updating coreth dependency to point to ${CORETH_PATH}" go mod edit -replace "github.com/ava-labs/coreth=${CORETH_PATH}" -go mod edit -replace "github.com/ethereum/go-ethereum=github.com/ava-labs/go-ethereum@v0.0.0-20241009003132-ec7eda1b28d7" +go mod edit -replace "github.com/ethereum/go-ethereum=github.com/ava-labs/go-ethereum@v0.0.0-20241009224134-c8b1ef9028ee" go mod tidy echo "building avalanchego"