Go 1.5.1 is now available

Change effective on 09 September 2015

Go 1.5.1 is now available.

To set the Go version, edit your Godeps/Godeps.json file of your application and change the GoVersion key to: go1.5.1 like so:

{
  "GoVersion": "go1.5.1"
}

Heroku’s Docker images for go & go-gb now have 1.5.1 tags. Update your app.json files to use "image" : "heroku/go:1.5.1" or, if you are using GB,: "image": "heroku/go-gb:1.5.1". Then run heroku docker:init before releasing.

For more information on Heroku’s Go support, see the Dev Center documentation for Go.

For more information on Heroku’s Docker plugin, see the Heroku Docker Dev Center documention.

See the Go 1.5.1 issues list for more information on this release.