Skip to content

all: drop support for OS X 10.6 Snow Leopard in Go 1.5? #10403

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

Closed
rsc opened this issue Apr 10, 2015 · 1 comment
Closed

all: drop support for OS X 10.6 Snow Leopard in Go 1.5? #10403

rsc opened this issue Apr 10, 2015 · 1 comment
Milestone

Comments

@rsc
Copy link
Contributor

rsc commented Apr 10, 2015

Should we drop support for OS X 10.6 Snow Leopard in Go 1.5? In Go 1.6?
It's 5 years old and not supported by Apple anymore.
It was the last OS X to support 32-bit machines, which is why we've kept it this long.
But there are problems with cmd/cgo on these old systems that we're just never going to fix (for example #8009 and #9967).

We should still keep darwin/386 until Apple stops running 32-bit binaries on 64-bit systems, since it's useful to be able to run 386 all.bash on OS X machines.

@rsc rsc added this to the Go1.5 milestone Apr 10, 2015
@rsc
Copy link
Contributor Author

rsc commented Apr 10, 2015

Duplicate of #9511.

@rsc rsc closed this as completed Apr 10, 2015
@golang golang locked and limited conversation to collaborators Jun 25, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants