mirror of
https://github.com/prometheus/prometheus.git
synced 2026-02-20 00:10:23 -05:00
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:
commit
de399eb09c
2 changed files with 0 additions and 4 deletions
2
go.mod
2
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…
Reference in a new issue