We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b86cb9a commit 9e9bf16Copy full SHA for 9e9bf16
godoc/dl/dl.go
@@ -161,12 +161,12 @@ type Feature struct {
161
var featuredFiles = []Feature{
162
{
163
Platform: "Microsoft Windows",
164
- Requirements: "Windows XP SP3 or later, Intel 64-bit processor",
+ Requirements: "Windows 7 or later, Intel 64-bit processor",
165
fileRE: regexp.MustCompile(`\.windows-amd64\.msi$`),
166
},
167
168
Platform: "Apple macOS",
169
- Requirements: "macOS 10.8 or later, Intel 64-bit processor",
+ Requirements: "macOS 10.10 or later, Intel 64-bit processor",
170
fileRE: regexp.MustCompile(`\.darwin-amd64(-osx10\.8)?\.pkg$`),
171
172
0 commit comments