We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Step up to go 1.16 and support the new darwin-arm64 piar (note: on pre-1.16 golang darwin-arm64 meant iOS; now there is a new ios GOOS value).
Feature Tracking for rename of GOOS: golang/go#38485 1.16 release notes: https://golang.org/doc/go1.16
Need to turn cross compile linker on: https://www.reddit.com/r/golang/comments/ltaega/cross_compiling_to_darwinarm64_apple_silicon_m1/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Step up to go 1.16 and support the new darwin-arm64 piar (note: on pre-1.16 golang darwin-arm64 meant iOS; now there is a new ios GOOS value).
Feature Tracking for rename of GOOS: golang/go#38485
1.16 release notes: https://golang.org/doc/go1.16
Need to turn cross compile linker on:
https://www.reddit.com/r/golang/comments/ltaega/cross_compiling_to_darwinarm64_apple_silicon_m1/
The text was updated successfully, but these errors were encountered: