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"




On Tuesday, October 2, 2018 at 1:15:19 PM UTC-4, Katie Hockman wrote:
>
> 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
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to