Skip to content

Commit 484e0a0

Browse files
committed
internal/dl: update minimum macOS version to 10.12
Featured downloads on golang.org/dl use the latest Go release, which is now Go 1.15. Per golang.org/doc/go1.15#darwin, Go 1.15 requires macOS 10.12 Sierra or later. For golang/go#23011. Change-Id: I9e1fabe459d74bf59661d84e4b40d39d29ce2638 Reviewed-on: https://go-review.googlesource.com/c/website/+/234522 Reviewed-by: Carlos Amedee <[email protected]>
1 parent 968e867 commit 484e0a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/dl/dl.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ var featuredFiles = []Feature{
161161
},
162162
{
163163
Platform: "Apple macOS",
164-
Requirements: "macOS 10.11 or later, Intel 64-bit processor",
164+
Requirements: "macOS 10.12 or later, Intel 64-bit processor",
165165
fileRE: regexp.MustCompile(`\.darwin-amd64(-osx10\.8)?\.pkg$`),
166166
},
167167
{

0 commit comments

Comments
 (0)