Go 1.8.3 is released

4,713 views
Skip to first unread message

Chris Broadfoot

unread,
May 24, 2017, 5:13:15 PM5/24/17
to golang-nuts
Hi gophers,

We have just released Go version 1.8.3, a minor point release.

This release includes fixes to the compiler, runtime, documentation, and the
database/sql package.

It also includes the security fix to the crypto/elliptic package from Go 1.8.2.

You can download binary and source distributions from the Go web site:

To compile from source using a Git clone, update to the release with "git checkout go1.8.3" and build as usual.

Thanks to everyone who contributed to the release.

Chris

Nathan Kerr

unread,
May 24, 2017, 5:24:48 PM5/24/17
to golang-nuts
Thanks for the hard work.

I updated my Go Release Timeline: https://pocketgophers.com/go-release-timeline/#go1.8.3

peterGo

unread,
May 25, 2017, 9:17:11 AM5/25/17
to golang-dev, golan...@googlegroups.com
Chris,

When updating Go source to go1.8.3, I encountered this error:

~ $ cd go/src
~/go/src $ git pull
remote: Counting objects: 11146, done
remote: Finding sources: 100% (528/528)
remote: Total 528 (delta 232), reused 503 (delta 232)
Receiving objects: 100% (528/528), 682.08 KiB | 505.00 KiB/s, done.
Resolving deltas: 100% (232/232), completed with 101 local objects.
From https://go.googlesource.com/go
   8babce2..352996a  release-branch.go1.8 -> origin/release-branch.go1.8
   366bb67..a9d8d4d  master     -> origin/master
   753452f..2b7a7b7  release-branch.go1.7 -> origin/release-branch.go1.7
 * [new tag]         go1.7.6    -> go1.7.6
 * [new tag]         go1.8.3    -> go1.8.3
 * [new tag]         go1.8.2    -> go1.8.2
Auto-merging VERSION
CONFLICT (content): Merge conflict in VERSION
Automatic merge failed; fix conflicts and then commit the result.
~/go/src $ git branch
* release-branch.go1.8
$ date
Thu May 25 09:15:18 EDT 2017
~/go/src $

Peter

peterGo

unread,
May 25, 2017, 9:24:21 AM5/25/17
to golang-dev, golan...@googlegroups.com
Chris,

VERSION:

<<<<<<< HEAD
go1.8.1
=======
go1.8.3
>>>>>>> 352996a381701cfa0c16e8de29cbde8f3922182f

Peter

Daniel Martí

unread,
May 25, 2017, 9:27:48 AM5/25/17
to peterGo, golang-dev, golan...@googlegroups.com
Peter, I believe the 1.8 release branch was force-pushed to for 1.8.2,
so I don't think you'll be able to git pull and get to 1.8.3.

Try a checkout instead, like git checkout go1.8.3.

On Thu, May 25, 2017 at 06:24:04 -0700, peterGo wrote:
> VERSION:
>
> <<<<<<< HEAD
> go1.8.1
> =======
> go1.8.3
> >>>>>>> 352996a381701cfa0c16e8de29cbde8f3922182f
>
> Peter

--
Daniel Martí - mv...@mvdan.cc - https://mvdan.cc/

ma...@influxdb.com

unread,
May 25, 2017, 1:20:56 PM5/25/17
to golang-dev, golan...@googlegroups.com
The Go1.8.2 and Go 1.8.3 milestones on GitHub are still open. If there's a manual checklist for Go releases, can someone see that closing the GitHub milestone is added to that checklist? 

Brad Fitzpatrick

unread,
May 25, 2017, 1:24:58 PM5/25/17
to Mark Rushakoff, golang-dev, golang-nuts
Thanks. Fixed.

We do have a list (internally, since it involves internal steps to sign the installers using Google's signing infrastructure), so I'll make sure this is on it.


--
You received this message because you are subscribed to the Google Groups "golang-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to golang-dev+unsubscribe@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages