-
Notifications
You must be signed in to change notification settings - Fork 17.8k
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
all: provide macOS downloads for Go 1.18.1 #52317
Comments
I tried to download
on macOs, and received
Will that problem be solved at the same time that this is resolved? |
@ghostsquad Yes. What you're describing will work after this issue is fixed. |
Quite a lot of devs are using macs, and I imagine many are tripping up on the missing binaires. So unless a fix is imminent, it might be worth adding "The mac binaries are missing right now. (This is a known issue +link to issue). |
I also had this issue this morning and it's really confusing. Here's my workaround: # Intel
curl -SL https://go.dev/dl/go1.18.darwin-amd64.pkg -o go1.18.darwin-amd64.pkg
# M1
curl -SL https://go.dev/dl/go1.18.darwin-amd64.pkg -o go1.18.darwin-arm64.pkg Then |
That will give you the 1.18 version from a few weeks ago. Another option of mac users is to run |
Just remember to uninstall a normally installed version as that will override what |
Correct, however there's currently no download listed at all for Go 1.18 for Darwin, so at least you'll get something that you can use at work if you've adopted Go 1.18 features already and are blocked (like I was) |
@alexellis it's there in the Archived versions section, since all previous releases go there: |
Good to know. I couldn't find this when I looked 👍 or perhaps it could be more obvious |
Generally we want everyone to be using the latest release. |
We were able to resolve this problem by now, and all macOS downloads for Go 1.18.1 are available at https://go.dev/dl/ as usual, both for Sorry for the trouble this delay caused, and thanks to everyone for your patience. We needed this extra time to resolve a problem in our release pipeline. There's ongoing work to improve our release process to minimize the chance of such occurrences in the future (for example, see #40279 for one of the high-level tracking issues). I'm closing this since the issue is resolved, and will also unpin it after some time passes. |
Updated Status
This issue has been resolved, and macOS binaries are available at https://go.dev/dl/.
The Go 1.18.1 release does not have macOS binaries available for download at https://go.dev/dl/ at this time. This is a known issue, and we are working on making those binaries available as soon as possible.
This is the tracking issue.
Until this is resolved, it's possible in the meantime to build Go 1.18.1 on macOS from source code or via the gotip command. If you can wait for this issue to be resolved, it'll become possible to download Go 1.18.1 macOS binaries as usual.
CC @cherrymui, @golang/release.
The text was updated successfully, but these errors were encountered: