karmor: fix version
This commit is contained in:
@@ -15,6 +15,13 @@ buildGoModule rec {
|
||||
|
||||
nativeBuildInputs = [ installShellFiles ];
|
||||
|
||||
ldflags = [
|
||||
"-s"
|
||||
"-w"
|
||||
"-X=github.com/kubearmor/kubearmor-client/selfupdate.BuildDate=1970-01-01"
|
||||
"-X=github.com/kubearmor/kubearmor-client/selfupdate.GitSummary=${version}"
|
||||
];
|
||||
|
||||
# integration tests require network access
|
||||
doCheck = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user