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.
pull/16313/head
Bryan Boreham 10 months ago committed by GitHub
commit de399eb09c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      go.mod
  2. 2
      internal/tools/go.mod

@ -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

@ -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

Loading…
Cancel
Save