Skip to content
New issue

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

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

Already on GitHub? Sign in 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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants