Skip to content

Commit

Permalink
[release-branch.go1.11] godoc/dl: update Mac & Windows minimum versions
Browse files Browse the repository at this point in the history
Updates golang/go#27213

Change-Id: I25813e9aafcdb39d4f93e27b98d8672c770234a6
Reviewed-on: https://go-review.googlesource.com/131402
Reviewed-by: Andrew Bonventre <andybons@golang.org>
(cherry picked from commit f6ba574)
Reviewed-on: https://go-review.googlesource.com/131404
  • Loading branch information
bradfitz authored and andybons committed Aug 26, 2018
1 parent b86cb9a commit 9e9bf16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions godoc/dl/dl.go
Original file line number Diff line number Diff line change
Expand Up @@ -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$`),
},
{
Expand Down

0 comments on commit 9e9bf16

Please sign in to comment.