Skip to content

Commit 9e9bf16

Browse files
bradfitzandybons
authored andcommitted
[release-branch.go1.11] 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 <[email protected]> (cherry picked from commit f6ba574) Reviewed-on: https://go-review.googlesource.com/131404
1 parent b86cb9a commit 9e9bf16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

godoc/dl/dl.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -161,12 +161,12 @@ type Feature struct {
161161
var featuredFiles = []Feature{
162162
{
163163
Platform: "Microsoft Windows",
164-
Requirements: "Windows XP SP3 or later, Intel 64-bit processor",
164+
Requirements: "Windows 7 or later, Intel 64-bit processor",
165165
fileRE: regexp.MustCompile(`\.windows-amd64\.msi$`),
166166
},
167167
{
168168
Platform: "Apple macOS",
169-
Requirements: "macOS 10.8 or later, Intel 64-bit processor",
169+
Requirements: "macOS 10.10 or later, Intel 64-bit processor",
170170
fileRE: regexp.MustCompile(`\.darwin-amd64(-osx10\.8)?\.pkg$`),
171171
},
172172
{

0 commit comments

Comments
 (0)