From 716e82ea05150a1bf0ba7b70a3510c89d8f5f238 Mon Sep 17 00:00:00 2001 From: "Ed JR." Date: Fri, 1 Nov 2024 01:23:16 +0300 Subject: [PATCH] Update go.mod Resolved build related issues https://github.com/golang/go/issues/65568#issuecomment-1944131932 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index c0ba625..774683b 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/flashbots/go-template -go 1.22 +go 1.22.0 require ( github.com/flashbots/go-utils v0.6.1-0.20240610084140-4461ab748667