-
Notifications
You must be signed in to change notification settings - Fork 158
Please update to Go 1.16 and also release for macOS ARM64 #68
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
Comments
Regarding signing and darwin_arm64 binaries ... go 1.16 automatically adds an add hoc signature, see the comment here git-lfs/git-lfs#4403 |
This will let git-sizer build with Go 1.16. master on git-sizer already has a go.mod but a release hasn't been tagged yet. Existing issue on git-sizer to update to 1.16: github/git-sizer#68. Epic: #47627 Closes #71527. Signed-off-by: Sean Molenaar <[email protected]> Signed-off-by: BrewTestBot <[email protected]>
I'd like to wait for a 1.16.1 before switching over, to give some time for any problems in the 1.16 series to get ironed out. It should be pretty easy to build this yourself if you want to do any testing before then. |
Go 1.16.2 is out https://golang.org/doc/devel/release.html#go1.16.minor :) |
Go 1.16 was just released with macOS ARM64 support, see https://blog.golang.org/go1.16
The text was updated successfully, but these errors were encountered: