forked from TrueCloudLab/frostfs-http-gw
misc: drop Build variable
Makes builds reproducible. Signed-off-by: Roman Khimov <roman@nspcc.ru>
This commit is contained in:
parent
a4ad52e181
commit
6c73296012
3 changed files with 10 additions and 15 deletions
2
misc.go
2
misc.go
|
@ -5,8 +5,6 @@ package main
|
|||
const Prefix = "HTTP_GW"
|
||||
|
||||
var (
|
||||
// Build is a timestamp set during gateway build.
|
||||
Build = "now"
|
||||
// Version is gateway version.
|
||||
Version = "dev"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue