1
0
Эх сурвалжийг харах

fix: command system info missing go version (#1377)

Leizhengzi 3 жил өмнө
parent
commit
78ba00d3a7

+ 1 - 1
tools/goctl/bug/env.go

@@ -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
 }