diff options
| author | Dmitri Shuralyov <dmitshur@golang.org> | 2025-06-11 17:03:28 -0400 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2025-06-11 20:35:09 -0700 |
| commit | 355d81c2c5d5facfaad201ca8ad065372e0091c2 (patch) | |
| tree | 44bae6dfc22bb1a7d5caad7e21af6ee83bf642f1 /internal | |
| parent | d8de8ff22526723c328c048c79489790c7b14344 (diff) | |
| download | go-x-website-355d81c2c5d5facfaad201ca8ad065372e0091c2.tar.xz | |
internal/dl: update Linux requirement to 3.2
Per https://go.dev/doc/go1.24#linux.
For golang/go#67001.
Change-Id: I381f89f709723fe3a779d642ece9aef809be5439
Reviewed-on: https://go-review.googlesource.com/c/website/+/681135
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Diffstat (limited to 'internal')
| -rw-r--r-- | internal/dl/dl.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/dl/dl.go b/internal/dl/dl.go index b0f77de9..b1fe263b 100644 --- a/internal/dl/dl.go +++ b/internal/dl/dl.go @@ -175,7 +175,7 @@ var featuredFiles = []Feature{ }, { Platform: "Linux", - Requirements: "Linux 2.6.32 or later, Intel 64-bit processor", + Requirements: "Linux 3.2 or later, Intel 64-bit processor", fileRE: regexp.MustCompile(`\.linux-amd64\.tar\.gz$`), }, { |
