mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 01:43:47 +00:00
go.mod: remove toolchain line
We have our own system for downloading the toolchain, and really don't want Go's to get in the way of that. We may switch to Go's builtin toolchain support, but not now.
This commit is contained in:
parent
6c10996bf5
commit
67cf8e2055
1 changed files with 0 additions and 2 deletions
2
go.mod
2
go.mod
|
|
@ -2,8 +2,6 @@ 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
|
||||
github.com/Microsoft/go-winio v0.6.2
|
||||
|
|
|
|||
Loading…
Reference in a new issue