go1.6 released, 1.4.3 deprecated
Bump to go1.6rc2
Update support link
Support for GB, A project based build tool for the Go programming language.
Fix the download of older go versions (< go1.3) now that googlecode is dead.
Only make/use env_dir if it's passed
Remove support for .godir and Godeps
file (used by way old, unsupported versions of godep)
Fix incorrect reporting of go1.6rc1 as deprecated
add a LICENSE file Bump default go1.6 version to go1.6rc1
Default to go1.5.3
when go1.5
is specified.
Better support for go1.6: Support GO15VENDOREXPERIMENT=0, go.1.6 uses newer -X $GO_LINKER_SYMBOL=$GO_LINKER_VALUE ldflag, like 1.5
Deprecate .godir, Godeps file (not Godeps/Godeps.json) and older Go versions. Specifying a major version of go (e.g. go1.5) in Godeps/Godeps.json will cause the buildpack to select the current minor rev of Go (for bugfix goodness). Support go1.6 via go1.6beta1
Default back to ./...
when not using Godeps/Godeps.json at all (.godir & old Godeps file).
Always detect packages from Godeps.json file. Previously this was only done for projects using GO15VENDOREXPERIMENT.
Default to Package "." when using GO15VENDOREXPERIMENT
Use new linker -X option format for go1.5
Fix a typo (wanr -> warn)
Support GO15VENDOREXPERIMENT flag (experimentally) & jq updated from 1.3 to 1.5
Default to Go 1.5 if no version is specified
Update godeps (bug fixes and version command)
Basic validation of Godeps/Godeps.json file.
Set GOMAXPROCS based on dyno size.
GOPATH naming changed & update godep