nathany | dbd7272 | 2014-12-10 22:32:20 -0800 | [diff] [blame] | 1 | # Go under Microsoft Windows |
Andrew Gerrand | 5bc444d | 2014-12-10 11:35:11 +1100 | [diff] [blame] | 2 | |
nathany | dbd7272 | 2014-12-10 22:32:20 -0800 | [diff] [blame] | 3 | The Windows port is stable and officially supported. |
Andrew Gerrand | 5bc444d | 2014-12-10 11:35:11 +1100 | [diff] [blame] | 4 | |
Mikio Hara | fd01dd7 | 2018-02-15 17:41:38 +0900 | [diff] [blame] | 5 | * See the [open Windows issues](https://github.com/golang/go/issues?q=is%3Aopen+is%3Aissue+label%3Aos-windows) on the issue tracker. |
| 6 | |
mikioh | f1c328a | 2018-08-01 11:23:20 +0900 | [diff] [blame] | 7 | | **Distributions** | **Architectures** | **Initial support version** | **Final support version** | |
| 8 | |:------------------------------------------|:------------------|:----------------------------|:----------| |
| 9 | | Windows 7, Windows Server 2008R2 or above | amd64, 386 | Go 1 _*_ | | |
mikioh | 909cade | 2019-01-24 08:46:22 +0900 | [diff] [blame] | 10 | | Windows Vista, Windows Server 2008 | amd64, 386 | Go 1 _*_ | Go 1.10.8 | |
| 11 | | Windows XP, Windows Server 2003 | amd64, 386 | Go 1 _*_ | Go 1.10.8 | |
Mikio Hara | fd01dd7 | 2018-02-15 17:41:38 +0900 | [diff] [blame] | 12 | |
| 13 | _*_ Go 1.5 or above is recommended. |