We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
go version
1 parent 8fa575d commit 3a9ff64Copy full SHA for 3a9ff64
1 file changed
go/extractor/toolchain/toolchain.go
@@ -53,6 +53,7 @@ func GetEnvGoVersion() string {
53
out, err := cmd.CombinedOutput()
54
55
if err != nil {
56
+ log.Println(string(out))
57
log.Fatalf("Unable to run the go command, is it installed?\nError: %s", err.Error())
58
}
59
0 commit comments