Skip to content
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

x/website/internal/dl: download page says macOS >= 10.12 required, 1.17 release notes say >= 10.13 (High Sierra) #47867

Closed
myitcv opened this issue Aug 21, 2021 · 1 comment
Labels
FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done.
Milestone

Comments

@myitcv
Copy link
Member

myitcv commented Aug 21, 2021

https://golang.org/doc/go1.17#darwin says:

Darwin

As announced in the Go 1.16 release notes, Go 1.17 requires macOS 10.13 High Sierra or later; support for previous versions has been discontinued.

https://golang.org/dl/ says (with reference to Go 1.17 downloads):

Apple macOS

macOS 10.12 or later, Intel 64-bit processor

@dmitshur dmitshur changed the title website: download page says macOS >= 10.12 required, 1.17 release notes say >= 10.13 (High Sierra) x/website/internal/dl: download page says macOS >= 10.12 required, 1.17 release notes say >= 10.13 (High Sierra) Aug 21, 2021
@dmitshur dmitshur self-assigned this Aug 21, 2021
@gopherbot gopherbot added this to the Unreleased milestone Aug 21, 2021
@dmitshur dmitshur added the NeedsFix The path to resolution is known, but the work has not been done. label Aug 21, 2021
@gopherbot
Copy link

Change https://golang.org/cl/344071 mentions this issue: internal/dl: update minimum macOS version to 10.13

passionSeven added a commit to passionSeven/website that referenced this issue Oct 18, 2022
Featured downloads on golang.org/dl use the latest Go release, which
is now Go 1.17. Per golang.org/doc/go1.17#darwin, Go 1.17 requires
macOS 10.13 High Sierra or later.

For golang/go#23011.
Fixes golang/go#47867.

Change-Id: I868d118f073977c74429d70ae9ab7c526d098cf7
Reviewed-on: https://go-review.googlesource.com/c/website/+/344071
Trust: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Paul Jolly <paul@myitcv.org.uk>
@golang golang locked and limited conversation to collaborators Jun 23, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done.
Projects
None yet
Development

No branches or pull requests

4 participants
@dmitshur @myitcv @gopherbot and others