From 28ca5c439140cd1cf2932508fd698188ec22af16 Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Thu, 11 Sep 2025 12:36:01 +0200 Subject: [PATCH] go.mod: require go 1.24 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index d701c08ad5..28c9af9259 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/ethereum/go-ethereum -go 1.23.0 +go 1.24.0 require ( github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.2.0