Skip to content

Commit de399eb

Browse files
authored
Merge pull request prometheus#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.
2 parents 34bed46 + fc7c2f7 commit de399eb

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

go.mod

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ module github.com/prometheus/prometheus
22

33
go 1.23.0
44

5-
toolchain go1.23.4
6-
75
require (
86
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.17.1
97
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.8.2

internal/tools/go.mod

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ module github.com/prometheus/prometheus/internal/tools
22

33
go 1.23.0
44

5-
toolchain go1.23.4
6-
75
require (
86
github.com/bufbuild/buf v1.50.1
97
github.com/daixiang0/gci v0.13.5

0 commit comments

Comments
 (0)