go.mod: fix toolchain

see https://github.com/golang/go/issues/62278#issuecomment-1693538776
This commit is contained in:
Martin Holst Swende 2024-08-19 16:11:11 +02:00
parent 3e7b95268a
commit 413243f132
No known key found for this signature in database
GPG key ID: 683B438C05A5DDF0

1
go.mod
View file

@ -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