Skip to content

Commit

Permalink
unix: sync minimum Linux Kernel version with requirements page
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
mauri870 authored and gopherbot committed Aug 12, 2024
1 parent 914deed commit da77c6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unix/linux/mkall.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit da77c6b

Please sign in to comment.