From d7c275742870cdb7ba7e06fb4e3392fbaede9311 Mon Sep 17 00:00:00 2001 From: Guillaume Ballet <3272758+gballet@users.noreply.github.com> Date: Mon, 9 Sep 2024 19:16:55 +0200 Subject: [PATCH] change go version --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 5e778043930e..0f34de550b14 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,8 @@ module github.com/ethereum/go-ethereum -go 1.22 +go 1.20 -toolchain go1.22.1 +toolchain go1.20.1 require ( github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v0.3.0