kubeconform: embed version into binary (#435075)

This commit is contained in:
Peder Bergebakken Sundt
2025-09-01 00:07:52 +02:00
committed by GitHub
+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; {