[BUILD] Remove Go toolchain line

It doesn't reflect the version we use for CI builds, which is controlled
by `.promu.yml`.

As such, I cannot see any justification to keep this line: it isn't
necessary and it could confuse people.

Signed-off-by: Bryan Boreham <bjboreham@gmail.com>
This commit is contained in:
Bryan Boreham 2025-03-25 19:04:33 +00:00
parent 8e36fd65c9
commit fc7c2f77b3
2 changed files with 0 additions and 4 deletions

2
go.mod
View File

@ -2,8 +2,6 @@ module github.com/prometheus/prometheus
go 1.23.0
toolchain go1.23.4
require (
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.17.1
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.8.2

View File

@ -2,8 +2,6 @@ module github.com/prometheus/prometheus/internal/tools
go 1.23.0
toolchain go1.23.4
require (
github.com/bufbuild/buf v1.50.1
github.com/daixiang0/gci v0.13.5