Skip to content

Commit

Permalink
fix: command system info missing go version (zeromicro#1377)
Browse files Browse the repository at this point in the history
  • Loading branch information
Leizhengzi authored Dec 27, 2021
1 parent 787b046 commit 78ba00d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/goctl/bug/env.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit 78ba00d

Please sign in to comment.