thanos: Synchronize go build tags with upstream

https://github.com/thanos-io/thanos/issues/8543
This commit is contained in:
Jonathan Davies
2025-10-29 14:39:49 +00:00
parent 1131be4703
commit ee5376fb58
+6
View File
@@ -24,6 +24,12 @@ buildGoModule rec {
subPackages = "cmd/thanos";
# Verify in sync with https://github.com/thanos-io/thanos/blob/main/.promu.yml
tags = [
"netgo"
"slicelabels"
];
ldflags =
let
t = "github.com/prometheus/common/version";