-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
go1.23.4 linux/amd64 completely broken #70732
Comments
As per #60983 I tried removing all my local go files, but that did not help.
I do not have /usr/local/go or anything like that, nor is the apt golang package installed. |
The repro steps works perfectly fine for me, did you unpacked 1.23.4 over a previous release ? |
argh, not sure what happened but i erased the local untarred directory and tried again, now it works. mystery |
tar merged the files for your previous version of go with 1.23.4's ✨ |
I have the same problem, and I install go again, following the steps of download and install:
After that go works well. |
Go version
go version go1.23.4 linux/amd64
Output of
go env
in your module/workspace:What did you do?
Where x.go is just
What did you see happen?
On machine 1 (ubuntu 24):
On another linux machine, which is nearly identical I actually get a different error
What did you expect to see?
go build runs into compiler errors when it should have no errors. go 1.23.3 works fine.
The text was updated successfully, but these errors were encountered: