Fixes + stable gateway ids
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
// Package appversion exposes build-time version information for the discovery service.
|
||||
package appversion
|
||||
|
||||
import (
|
||||
@@ -14,6 +15,7 @@ var (
|
||||
BuildDate string
|
||||
)
|
||||
|
||||
// Create returns a version printer populated with the compile-time build metadata.
|
||||
func Create() version.Printer { //nolint:ireturn // factory returns interface by design
|
||||
info := version.Info{
|
||||
Program: "Sendico Discovery Service",
|
||||
|
||||
Reference in New Issue
Block a user