Installation on Windows x64 in C:\Program Files\Go redirects to C:\Program Files (x86)\Go\ #68876
Labels
WaitingForInfo
Issue is not actionable because of missing required information, which needs to be provided.
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes, seems to be similar to #17602
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
Attempted to update the GO module to the new 1.23 using the Windows MSI updater
What did you expect to see?
Expected it to overwrite the
Program Files
directory for GoWhat did you see instead?
installed to
Program Files (x86)
Workaround
Program Files
directory and copied the newly installed module fromProgram Files (x86)/GO
toProgram Files/GO
Go version
to validateThe text was updated successfully, but these errors were encountered: