Skip to content

Commit

Permalink
fix e2e version
Browse files Browse the repository at this point in the history
  • Loading branch information
darioush committed Oct 9, 2024
1 parent acacf56 commit 747cb1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/tests.e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]20241009003132-ec7eda1b28d7"
go mod edit -replace "github.com/ethereum/go-ethereum=github.com/ava-labs/[email protected]20241009224134-c8b1ef9028ee"
go mod tidy

echo "building avalanchego"
Expand Down

0 comments on commit 747cb1d

Please sign in to comment.