Created Linux (markdown)

Mikio Hara 2016-10-30 11:07:23 +09:00
parent c09aa26511
commit 21a6d7b9f2

10
Linux.md Normal file

@ -0,0 +1,10 @@
# Go on Linux
| **Kernel version** | **Architectures** | **Initial support version** | **Final support version** |
|:-------------------|:----------------------|:----------------------------|:--------------------------|
| TBD | s390x | Go 1.7 | |
| TBD | mips64, mips64le | Go 1.6 | |
| TBD | arm64, ppc64, ppc64le | Go 1.5 | |
| TBD | arm | Go 1.1 _*_ | |
| 2.6.23 or above | amd64, 386 | Go 1 _*_ | |
_*_ Go 1.5 or above is recommended.