From 4b1dd89dbe33c628e8b73e6d4d613f90bb28d4cf Mon Sep 17 00:00:00 2001 From: Roy Crihfield Date: Fri, 5 Jul 2024 20:02:25 +0800 Subject: [PATCH] upgrade go 1.21 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index f5127e9..263e145 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/cerc-io/eth-iterator-utils -go 1.19 +go 1.21 require ( github.com/cerc-io/eth-testing v0.4.0