From bec3a125a07010087aed1ecdbdca65bae89848d4 Mon Sep 17 00:00:00 2001 From: Lukasz Mierzwa Date: Tue, 15 Apr 2025 18:21:57 +0100 Subject: [PATCH] Remove stringlabels from promu build tags Signed-off-by: Lukasz Mierzwa --- .promu.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.promu.yml b/.promu.yml index 23379cc1ef..d16bceeed9 100644 --- a/.promu.yml +++ b/.promu.yml @@ -14,10 +14,8 @@ build: all: - netgo - builtinassets - - stringlabels windows: - builtinassets - - stringlabels ldflags: | -X github.com/prometheus/common/version.Version={{.Version}} -X github.com/prometheus/common/version.Revision={{.Revision}}