Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

tools: change the fallback Go installation directory path on Windows #1252

Closed
hyangah opened this issue Feb 26, 2021 · 1 comment
Closed

Comments

@hyangah
Copy link
Contributor

hyangah commented Feb 26, 2021

Recently, Go Windows installer changed the default Go installation directory.

golang/go#42070

Use the new path in

process.platform === 'win32' ? ['C:\\Go\\bin\\go.exe'] : ['/usr/local/go/bin/go', '/usr/local/bin/go'];

@gopherbot
Copy link
Collaborator

Change https://golang.org/cl/297131 mentions this issue: utils/pathUtils: add the new installation paths for windows

@hyangah hyangah added this to the v0.23.0 milestone Mar 2, 2021
@golang golang locked and limited conversation to collaborators Mar 2, 2022
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Projects
None yet
Development

No branches or pull requests

2 participants