mirror of
https://github.com/golang/go.git
synced 2025-05-05 15:43:04 +00:00
godoc/dl: update Mac & Windows minimum versions
Updates golang/go#27213 Change-Id: I25813e9aafcdb39d4f93e27b98d8672c770234a6 Reviewed-on: https://go-review.googlesource.com/131402 Reviewed-by: Andrew Bonventre <andybons@golang.org>
This commit is contained in:
parent
b776bcbf45
commit
f6ba574295
@ -161,12 +161,12 @@ type Feature struct {
|
||||
var featuredFiles = []Feature{
|
||||
{
|
||||
Platform: "Microsoft Windows",
|
||||
Requirements: "Windows XP SP3 or later, Intel 64-bit processor",
|
||||
Requirements: "Windows 7 or later, Intel 64-bit processor",
|
||||
fileRE: regexp.MustCompile(`\.windows-amd64\.msi$`),
|
||||
},
|
||||
{
|
||||
Platform: "Apple macOS",
|
||||
Requirements: "macOS 10.8 or later, Intel 64-bit processor",
|
||||
Requirements: "macOS 10.10 or later, Intel 64-bit processor",
|
||||
fileRE: regexp.MustCompile(`\.darwin-amd64(-osx10\.8)?\.pkg$`),
|
||||
},
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user