Merge pull request #16323 from bboreham/remove-toolchain-line

[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.
This commit is contained in:
Bryan Boreham 2025-03-26 11:29:35 +00:00 committed by GitHub
commit de399eb09c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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