Go 1.13.8 and Go 1.12.17 are released

Hello gophers,

We have just released Go versions 1.13.8 and 1.12.17, minor point releases.

These releases include fixes to the runtime, the crypto/x509, and
net/http packages

View the release notes for more information:
https://golang.org/doc/devel/release.html#go1.13.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 go1.13.8” and build as usual.

Thanks to everyone who contributed to the release.

Cheers,
Alex and Carlos for the Go team

1 Like

Getting an error attempting to update the go toolset after upgrading from 1.13.7 to current 1.13.8 release. The same error happens on both my Mac and Windows machines. The following is from the Mac:

1 tools failed to install.

gopkgs:
Error: Command failed: /usr/local/go/bin/go get -v github.com/uudashr/gopkgs/cmd/gopkgs
go: finding github.com/uudashr/gopkgs/cmd/gopkgs latest
go get: github.com/uudashr/gopkgs/cmd/gopkgs@v0.0.0-20191024034442-58e9141cd7d6 requires
    github.com/uudashr/gopkgs/v2@v2.1.0 requires
    github.com/uudashr/gopkgs@v0.0.0: reading github.com/uudashr/gopkgs/go.mod at revision v0.0.0: unknown revision v0.0.0
go: finding github.com/uudashr/gopkgs/cmd/gopkgs latest
go get: github.com/uudashr/gopkgs/cmd/gopkgs@v0.0.0-20191024034442-58e9141cd7d6 requires
    github.com/uudashr/gopkgs/v2@v2.1.0 requires
    github.com/uudashr/gopkgs@v0.0.0: reading github.com/uudashr/gopkgs/go.mod at revision v0.0.0: unknown revision v0.0.0

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.