cmd: don't include build date as a build input

This should makes the build more reproducible.
This commit is contained in:
Vincent Bernat
2023-09-07 11:41:14 +02:00
parent c3bb7d0c3a
commit 0042979574
6 changed files with 6 additions and 13 deletions

View File

@@ -25,7 +25,6 @@ func TestVersion(t *testing.T) {
}
want := []string{
"akvorado dev",
" Build date: unknown",
fmt.Sprintf(" Built with: %s", runtime.Version()),
"",
}