Skip to content

Commit da77c6b

Browse files
mauri870gopherbot
authored andcommitted
unix: sync minimum Linux Kernel version with requirements page
Change-Id: I306728f5bf19955177365fd9afcc4c8678b6f81f GitHub-Last-Rev: cf6f9c7 GitHub-Pull-Request: #213 Reviewed-on: https://go-review.googlesource.com/c/sys/+/604136 Reviewed-by: Ian Lance Taylor <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Carlos Amedee <[email protected]> Auto-Submit: Ian Lance Taylor <[email protected]>
1 parent 914deed commit da77c6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unix/linux/mkall.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const TempDir = "/tmp"
4040

4141
const GOOS = "linux" // Only for Linux targets
4242
const BuildArch = "amd64" // Must be built on this architecture
43-
const MinKernel = "2.6.23" // https://golang.org/doc/install#requirements
43+
const MinKernel = "2.6.32" // https://go.dev/wiki/MinimumRequirements#linuxlinux
4444

4545
type target struct {
4646
GoArch string // Architecture name according to Go

0 commit comments

Comments
 (0)