mirror of
https://github.com/prometheus/prometheus.git
synced 2026-05-05 04:16:15 +02:00
[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:
parent
8e36fd65c9
commit
fc7c2f77b3
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…
x
Reference in New Issue
Block a user