-
Notifications
You must be signed in to change notification settings - Fork 18k
doc: flesh out Ports section for Go 1.10 release notes #22911
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
And if #22914 isn't fixed (and maybe #20852 (comment)), we need to mention that NetBSD is only supported on amd64. |
Please don't forget to update https://github.com/golang/go/wiki#platform-specific-information too. Looks like the pages are the current central location for detailed information. I'm not sure about the support for macOS 10.13 High Sierra. Does Go 1.10 support macOS 10.13? Or Go 1.9 already supports macOS 10.13? |
I'm not too concerned about macOS (at least in terms of announcing a deprecation policy) because the current & two most recent Go versions will always work on all past 3 or 4 macOS releases, or we'll issue point releases so they do. But we could say something reassuring nonetheless. |
Bug #18162 should also go there I think |
Actually, I don't think NetBSD is going to make this release. We can say something like "Go does not run on any released version of NetBSD, and has critical problems running on NetBSD 8-BETA." /cc @bsiegert |
I have trouble parsing this sentence. You mean "is not going to make this release"? As for "does not run on any released version": it is unfortunate that NetBSD-8 is still not released. The main reason for suggesting -8 on the builders is that -7 does not work well on GCE. I'll try to install a machine with NetBSD-7 and run tests on that. AFAIR, there are some failures but it does run, |
@bsiegert, sorry, I had an extra word "not" in there. What I meant, and edited above is:
NetBSD 7 never fully worked, but updating to NetBSD 8-BETA fixed them (notably #20836 but also #20835, #16511, #19652, #10027, #10027, #10166, etc). But NetBSD-8 BETA also doesn't work for different reasons. e.g. #22968 So there is no known version of NetBSD (released or unreleased) where things all work. |
We should also announce that Go 1.10 will be the last release to support FreeBSD 10.x, which lines up well with their own EoL date: https://www.freebsd.org/security/security.html#sup ... so Go 1.11 will require FreeBSD 11+. |
Change https://golang.org/cl/82276 mentions this issue: |
https://tip.golang.org/doc/go1.10#ports should provide updates on which OS versions are supported.
/cc @bsiegert @paulzhol @4a6f656c @mikioh
The text was updated successfully, but these errors were encountered: