fix: should be build time rather than runtime

This commit is contained in:
rui 2021-07-09 15:52:09 -04:00 committed by GitHub
parent 3455a89fd5
commit 218800395d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,6 @@ var (
// BuildTime contains the binary build time
BuildTime string
// GoVersion contains the Go runtime version
// GoVersion contains the build time Go version
GoVersion string
)