add ldflags to kubeconform

This commit is contained in:
Dávid Szakállas
2025-08-19 21:11:33 +02:00
parent 02b8dddec5
commit c2a8a9b6ec
+6
View File
@@ -15,6 +15,12 @@ buildGoModule rec {
sha256 = "sha256-FTUPARckpecz1V/Io4rY6SXhlih3VJr/rTGAiik4ALA=";
};
ldflags = [
"-s"
"-w"
"-X main.version=v${version}"
];
vendorHash = null;
meta = with lib; {