Merge pull request #319124 from daylinmorgan/zk-version

zk: set main.Version build flag
This commit is contained in:
Nick Cao 2024-06-12 16:51:02 -04:00 committed by GitHub
commit bc0801d4ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,7 +17,7 @@ buildGoModule rec {
CGO_ENABLED = 1;
ldflags = [ "-s" "-w" "-X=main.Build=${version}" ];
ldflags = [ "-s" "-w" "-X=main.Build=${version}" "-X=main.Version=${version}"];
tags = [ "fts5" ];