mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
go.mod: fix toolchain
see https://github.com/golang/go/issues/62278#issuecomment-1693538776
This commit is contained in:
parent
3e7b95268a
commit
413243f132
1 changed files with 1 additions and 0 deletions
1
go.mod
1
go.mod
|
|
@ -1,6 +1,7 @@
|
||||||
module github.com/ethereum/go-ethereum
|
module github.com/ethereum/go-ethereum
|
||||||
|
|
||||||
go 1.22
|
go 1.22
|
||||||
|
toolchain go1.22.0
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.2.0
|
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.2.0
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue