gatekeeper: set version (#397665)

This commit is contained in:
Sandro
2025-04-11 13:59:36 +02:00
committed by GitHub
+4
View File
@@ -22,6 +22,10 @@ buildGoModule rec {
installShellFiles
];
ldflags = [
"-X github.com/open-policy-agent/gatekeeper/v3/pkg/version.Version=${version}"
];
subPackages = [ "cmd/gator" ];
postInstall = ''