We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
InstallVersion
1 parent 6b1d1d4 commit 45b41bbCopy full SHA for 45b41bb
go/extractor/toolchain/toolchain.go
@@ -67,6 +67,8 @@ func InstallVersion(workingDir string, version string) bool {
67
versionCmd := Version()
68
versionCmd.Dir = workingDir
69
versionCmd.Env = append(os.Environ(), toolchainArg)
70
+ versionCmd.Stdout = os.Stdout
71
+ versionCmd.Stderr = os.Stderr
72
73
log.Printf(
74
"Trying to install Go %s using its canonical representation in `%s`.",
0 commit comments