From 413243f1325d74ce711009700bd26f11ec4c5e75 Mon Sep 17 00:00:00 2001 From: Martin Holst Swende Date: Mon, 19 Aug 2024 16:11:11 +0200 Subject: [PATCH] go.mod: fix toolchain see https://github.com/golang/go/issues/62278#issuecomment-1693538776 --- go.mod | 1 + 1 file changed, 1 insertion(+) diff --git a/go.mod b/go.mod index 7f063ae52d..315636b079 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,7 @@ module github.com/ethereum/go-ethereum go 1.22 +toolchain go1.22.0 require ( github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.2.0