-
Notifications
You must be signed in to change notification settings - Fork 0
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
download go1.22 for darwin/arm64: toolchain not available #10
Comments
I have not been able to reproduce the issue you mention. I'm on Darwin/arm64 I will need some more information on how to reproduce. |
The steps I followed earlier -
I didn't have go 1.22 version in my system before installing this repo. After I modified I was able to reproduce the error again by doing the below steps -
|
Ok thanks, what version of go did the |
Yes. it installed |
Please update the go version in go.mod file from
1.22
to1.22.0
. It doesn't work properly on darwin/arm64 arch (Apple Silicon) as golang has issues if the patch version is missing.Error:
Solution:
golang/go#65568 (comment)
golang/go#66175
The text was updated successfully, but these errors were encountered: