mirror of
https://github.com/zeromicro/go-zero.git
synced 2025-02-03 00:38:40 +08:00
fix: command system info missing go version (#1377)
This commit is contained in:
parent
787b046a70
commit
78ba00d3a7
@ -29,6 +29,6 @@ func getEnv() env {
|
||||
e[os] = runtime.GOOS
|
||||
e[arch] = runtime.GOARCH
|
||||
e[goctlVersion] = version.BuildVersion
|
||||
e[goctlVersion] = runtime.Version()
|
||||
e[goVersion] = runtime.Version()
|
||||
return e
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user