From 4af9af419d71bd4510e7e4257c05e4ce41131096 Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Tue, 21 Jan 2025 22:23:46 +0100 Subject: [PATCH] go.mod: remove toolchain line (#31057) 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. --- go.mod | 2 -- 1 file changed, 2 deletions(-) diff --git a/go.mod b/go.mod index 35018fbe08..20526956df 100644 --- a/go.mod +++ b/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