Skip to content

Commit 1057b4d

Browse files
committed
godoc/dl: update Mac & Windows minimum versions
Updates golang/go#27213 Change-Id: I25813e9aafcdb39d4f93e27b98d8672c770234a6
1 parent 6c1c5e9 commit 1057b4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

godoc/dl/dl.go

Lines changed: 2 additions & 2 deletions
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)