From d16b73ca097fd94603497cc8c7ad74c784c2ef22 Mon Sep 17 00:00:00 2001 From: Roy Crihfield Date: Mon, 18 Mar 2024 21:34:24 +0800 Subject: [PATCH] try go 1.21 https://github.com/Consensys/gnark-crypto/issues/468#issuecomment-1814819307 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index cb6dd64..a94eacd 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/cerc-io/plugeth-statediff -go 1.20 +go 1.21 require ( github.com/cerc-io/eth-iterator-utils v0.1.2