From d593074466ed09260046d7d987905efd5f461c8e Mon Sep 17 00:00:00 2001 From: joanestebanr <129153821+joanestebanr@users.noreply.github.com> Date: Fri, 7 Mar 2025 08:19:59 +0100 Subject: [PATCH] chore: go version --- etherman/etherman_test.go | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/etherman/etherman_test.go b/etherman/etherman_test.go index 8095f48..7968a02 100644 --- a/etherman/etherman_test.go +++ b/etherman/etherman_test.go @@ -36,7 +36,7 @@ func TestMainnet(t *testing.T) { } func TestSepolia(t *testing.T) { - t.Skip("exploratory test") + //t.Skip("exploratory test") cfg := etherman.Config{ L1URL: os.Getenv("L1URL_SEPOLIA"), ForkIDChunkSize: 100, diff --git a/go.mod b/go.mod index e03ca5f..bb7f1e3 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/0xPolygonHermez/zkevm-synchronizer-l1 -go 1.23.0 +go 1.23.7 toolchain go1.23.7