Skip to content

Commit cf6f9c7

Browse files
committed
unix: sync minimum Linux Kernel version with requirements page
1 parent 914deed commit cf6f9c7

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)