Go 1.11 Beta 3 is released

563 views
Skip to first unread message

Dmitri Shuralyov

unread,
Aug 3, 2018, 6:41:39 PM8/3/18
to golan...@googlegroups.com
Hello gophers,

We have just released go1.11beta3, a beta version of Go 1.11.
It is cut from the master branch at the revision tagged go1.11beta3.

Please try your production load tests and unit tests with the new version.
Your help testing these pre-release versions is invaluable.

Report any problems using the issue tracker:

If you have Go installed already, the easiest way to try go1.11beta3
is by using the go command:
$ go1.11beta3 download

You can download binary and source distributions from the usual place:

To find out what has changed in Go 1.11, read the draft release notes:

Cheers,
The Go Team

Ken MacDonald

unread,
Aug 9, 2018, 4:35:31 PM8/9/18
to golang-nuts
Hi,
Just attempted to install 1.11beta3. Using the following instructions, the "go get" portion appears to have succeeded, but "go1.11beta3 download" fails with "bash: go1.11beta3: command not found". This worked fine on my Mac, but trying on a CentOS system now. Suggestions welcome.

Peter Waller

unread,
Aug 9, 2018, 5:23:57 PM8/9/18
to drke...@gmail.com, golang-nuts
Hi Ken,

If "go get" succeeded, then probably this put something in $GOPATH/bin/go1.11beta3, but bash being unable to find it means that $GOPATH/bin is not in your $PATH environment variable; so bash can't find it. Try "$GOPATH/bin/go1.11beta3 download" or try adding $GOPATH/bin to your $PATH, then it should work.

--
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...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Bryan Mills

unread,
Aug 9, 2018, 10:29:26 PM8/9/18
to golang-nuts
Did you happen to install it using another go1.11 beta build in module mode?

If so, it could have been https://golang.org/issue/26869.

Ken MacDonald

unread,
Aug 10, 2018, 10:39:03 AM8/10/18
to bcm...@google.com, golang-nuts
Thanks guys. Inherited this system, and basic "go" worked fine, but had some GOPATH/PATH issues. Now seems good! - Ken

Reply all
Reply to author
Forward
0 new messages