| Go 1.11.1 is released | Katie Hockman | 02/10/18 10:15 | Hello gophers,
We have just released Go version 1.11.1, a minor point release.
This release includes fixes to the compiler, documentation, go command, runtime, and the crypto/x509, encoding/json, go/types, net, net/http, and reflect packages.
View the release notes for more information:
https://golang.org/doc/devel/release.html#go1.11.minor
You can download binary and source distributions from the Go web site:
https://golang.org/dl/
To compile from source using a Git clone, update to the release with "git checkout 1.11.1" and build as usual.
Thanks to everyone who contributed to the release.
Cheers,
Katie for the Go Team |
| Re: Go 1.11.1 is released | sc28 | 02/10/18 12:20 | Just installed (Mac pkg version): Tried to compile simple "hello, world" # errors compile: version "go1.11.1" does not match go tool version "go1.11" # internal/race compile: version "go1.11.1" does not match go tool version "go1.11" # unicode/utf8 compile: version "go1.11.1" does not match go tool version "go1.11" # runtime/internal/atomic compile: version "go1.11.1" does not match go tool version "go1.11" # math/bits compile: version "go1.11.1" does not match go tool version "go1.11" # runtime/internal/sys compile: version "go1.11.1" does not match go tool version "go1.11" # sync/atomic compile: version "go1.11.1" does not match go tool version "go1.11" # internal/cpu compile: version "go1.11.1" does not match go tool version "go1.11" # unicode compile: version "go1.11.1" does not match go tool version "go1.11" |
| Re: Go 1.11.1 is released | sc28 | 02/10/18 12:29 | My bad -- Had installs in both /usr/local/bin and /usr/local/bin/go -- cleared everything and reinstalled -- sorry! |