From da77c6b1d14d14ebebd1688dca8b1c0172a8ca2d Mon Sep 17 00:00:00 2001 From: Mauri de Souza Meneguzzo Date: Sat, 10 Aug 2024 11:19:58 +0000 Subject: [PATCH] unix: sync minimum Linux Kernel version with requirements page Change-Id: I306728f5bf19955177365fd9afcc4c8678b6f81f GitHub-Last-Rev: cf6f9c7b19c5af00bf94812eb002b9c6798daa30 GitHub-Pull-Request: golang/sys#213 Reviewed-on: https://go-review.googlesource.com/c/sys/+/604136 Reviewed-by: Ian Lance Taylor LUCI-TryBot-Result: Go LUCI Reviewed-by: Carlos Amedee Auto-Submit: Ian Lance Taylor --- unix/linux/mkall.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unix/linux/mkall.go b/unix/linux/mkall.go index ae159148..d7810926 100644 --- a/unix/linux/mkall.go +++ b/unix/linux/mkall.go @@ -40,7 +40,7 @@ const TempDir = "/tmp" const GOOS = "linux" // Only for Linux targets const BuildArch = "amd64" // Must be built on this architecture -const MinKernel = "2.6.23" // https://golang.org/doc/install#requirements +const MinKernel = "2.6.32" // https://go.dev/wiki/MinimumRequirements#linuxlinux type target struct { GoArch string // Architecture name according to Go