diff --git a/Makefile.common b/Makefile.common index 1f4c9025a5..1dadf8cf9b 100644 --- a/Makefile.common +++ b/Makefile.common @@ -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 diff --git a/go.mod b/go.mod index e993819936..9e45ef3291 100644 --- a/go.mod +++ b/go.mod @@ -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