Platforms and Architectures
This lesson discusses the support of Go on multiple platforms and architectures.
We'll cover the following...
Compatible operating systems #
Some architectures were considered to design the compilers for Go according to their supportive OS. The Go-team and the community developed compilers for the following operating systems (OS):
- Linux 2.6.23 or later
- FreeBSD 10.3 or later
- Mac OS (also named Darwin) 10.10 or later
- Windows 7, Server 2008 R2 or later
- ChromeOS
- NetBSD
- Solaris
- Plan9
The following OS-processor combinations (instruction sets) are released:
OS-Architecture Combinations
The latest Go release at the time of writing was Go 1.11 ...