Skip to content

Commit 997b489

Browse files
dmitshurgopherbot
authored andcommitted
internal/dl: update macOS requirement to 12
Per https://go.dev/doc/go1.25#darwin. For golang/go#69839. Change-Id: I66ba4c7cd688a743762e31a33a5d9eba3e9bfc5b Reviewed-on: https://go-review.googlesource.com/c/website/+/681136 LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Cherry Mui <[email protected]> Auto-Submit: Dmitri Shuralyov <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]>
1 parent a238bb7 commit 997b489

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/dl/dl.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,12 +165,12 @@ var featuredFiles = []Feature{
165165
},
166166
{
167167
Platform: "Apple macOS (ARM64)",
168-
Requirements: "macOS 11 or later, Apple 64-bit processor",
168+
Requirements: "macOS 12 or later, Apple 64-bit processor",
169169
fileRE: regexp.MustCompile(`\.darwin-arm64\.pkg$`),
170170
},
171171
{
172172
Platform: "Apple macOS (x86-64)",
173-
Requirements: "macOS 11 or later, Intel 64-bit processor",
173+
Requirements: "macOS 12 or later, Intel 64-bit processor",
174174
fileRE: regexp.MustCompile(`\.darwin-amd64\.pkg$`),
175175
},
176176
{

0 commit comments

Comments
 (0)