We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 914deed commit da77c6bCopy full SHA for da77c6b
unix/linux/mkall.go
@@ -40,7 +40,7 @@ const TempDir = "/tmp"
40
41
const GOOS = "linux" // Only for Linux targets
42
const BuildArch = "amd64" // Must be built on this architecture
43
-const MinKernel = "2.6.23" // https://golang.org/doc/install#requirements
+const MinKernel = "2.6.32" // https://go.dev/wiki/MinimumRequirements#linuxlinux
44
45
type target struct {
46
GoArch string // Architecture name according to Go
0 commit comments