From 218800395da2869bb345d7322ff56d25d2d216a8 Mon Sep 17 00:00:00 2001 From: rui Date: Fri, 9 Jul 2021 15:52:09 -0400 Subject: [PATCH] fix: should be build time rather than runtime --- pkg/command/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/command/version.go b/pkg/command/version.go index 8e077a7..3e43d66 100644 --- a/pkg/command/version.go +++ b/pkg/command/version.go @@ -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 )