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 )