mirror of
https://github.com/akvorado/akvorado.git
synced 2025-12-12 06:24:10 +01:00
cmd: don't include build date as a build input
This should makes the build more reproducible.
This commit is contained in:
@@ -25,7 +25,6 @@ func TestVersion(t *testing.T) {
|
||||
}
|
||||
want := []string{
|
||||
"akvorado dev",
|
||||
" Build date: unknown",
|
||||
fmt.Sprintf(" Built with: %s", runtime.Version()),
|
||||
"",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user