From 0f18b1f057daf60057ba5dbd15e0da2e6947722b Mon Sep 17 00:00:00 2001 From: as-helios Date: Sat, 17 May 2025 04:49:22 +0000 Subject: [PATCH] Update go.mod --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index ca96687..31f5a23 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/forta-network/go-multicall -go 1.19 +go 1.24.3 require ( github.com/ethereum/go-ethereum v1.11.5