From: Austin Clements go mod edit -go=1.13
.
-TODO -
- -- TODO: https://golang.org/cl/174457: add new GOOS=illumos, split out of GOOS=solaris -
-@@ -137,10 +128,31 @@ TODO FreeBSD 12.0 or later requires a kernel with the COMPAT_FREEBSD11 option set (this is the default).
-
+ Go now supports Illumos with GOOS=illumos
.
+ The illumos
build tag implies the solaris
+ build tag.
+
- AIX on PPC64 now supports cgo and external linking. +
+ AIX on PPC64 (aix/ppc64
) now supports cgo, external
+ linking, and the c-archive
and pie
build
+ modes.
+
+ The Windows version specified by internally-linked Windows binaries + is now Windows 7 rather than NT 4.0. This was already the minimum + required version for Go, but can affect the behavior of system calls + that have a backwards-compatibility mode. These will now behave as + documented. Externally-linked binaries (any program using cgo) have + always specified a more recent Windows version.
+ The assembler now supports many of the atomic instructions + introduced in ARM v8.1. +
+