Software Update: Go 1.15.8 / 1.14.15

Spread the love

Go, also referred to as golang, is a programming language developed by Google and the open source community since 2007. Among other things, the language is cloudflare, google, Netflix and Uber used. Go code can be compiled for Android, Linux, macOS, FreeBSD, and Windows, on i386, amd64, and ARM processor architectures. The syntax of Go is similar to that of C and similar programming languages, although there are also some notable differences. Go also offers the option of distributed programming, where several processes are executed simultaneously. The team has released Go versions 1.15.8 and 1.14.15 with the following changes:

go1.15.8 includes fixes to the compiler, linker, runtime, the go command, and the net/http package.

  • cmd/go: TestScript/get_update_unknown_protocol test fails [1.15]
  • cmd/go: handle space in path to C compiler [1.15 backport]
  • runtime: SIGSEGV in runtime.deltimer on linux-mips-rtrk during ReadMemStats [1.15 backport]
  • cmd/go: TestScript/mod_get_fallback relies on x/tools not being tagged [1.15 backport]
  • internal/execabs: disable tests on js-wasm [1.15 backport]
  • cmd/compile: 32-bit random data corruption [1.15 backport]
  • x/mobile/cmd/gomobile: gomobile build on simple program returns “ld: error: duplicate symbol: x_cgo_inittls” [1.15 backport]
  • cmd/link: panic: runtime error: slice bounds out of range [::1751306] with length 1048576 [1.15 backport]
  • net/http: race in http2Transport [1.15 backport]
  • cmd/link: PE linker segfaults in addpersrc when cross-compiling

go1.14.15 includes fixes to the compiler, runtime, the go command, and the net/http package.

  • cmd/go: handle space in path to C compiler [1.14 backport]
  • cmd/go: TestScript/mod_get_fallback relies on x/tools not being tagged [1.14 backport]
  • internal/execabs: disable tests on js-wasm [1.14 backport]
  • cmd/compile: 32-bit random data corruption [1.14 backport]
  • x/mobile/cmd/gomobile: gomobile build on simple program returns “ld: error: duplicate symbol: x_cgo_inittls” [1.14 backport]
  • net/http: race in http2Transport [1.14 backport]

Version number 1.15.8 / 1.14.15
Release status Final
Operating systems Windows 7, Linux, BSD, macOS, Solaris, UNIX, Windows Server 2012, Windows 8, Windows 10, Windows Server 2016, Windows Server 2019
Website The Go Programming Language
Download https://golang.org/dl/
License type Conditions (GNU/BSD/etc.)
You might also like