This commit is contained in:
Bryan Boreham 2025-08-06 09:08:51 +08:00 committed by GitHub
commit d6bcd6b171
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View File

@ -206,7 +206,7 @@ common-unused:
.PHONY: common-build
common-build: promu
@echo ">> building binaries"
$(PROMU) build --prefix $(PREFIX) $(PROMU_BINARIES)
GOEXPERIMENT=greenteagc $(PROMU) build --prefix $(PREFIX) $(PROMU_BINARIES)
.PHONY: common-tarball
common-tarball: promu

2
go.mod
View File

@ -2,6 +2,8 @@ module github.com/prometheus/prometheus
go 1.23.0
toolchain go1.25rc1
require (
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.18.0
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.10.1