Skip to content

Latest commit

 

History

History
43 lines (22 loc) · 803 Bytes

File metadata and controls

43 lines (22 loc) · 803 Bytes

Go Buildpack Changelog

Unreleased

V20 (2015-11-10)

Default to Package "." when using GO15VENDOREXPERIMENT

V19 (2015-10-06)

Use new linker -X option format for go1.5

V18 (2015-08-26)

Fix a typo (wanr -> warn)

V17 (2015-08-26)

Support GO15VENDOREXPERIMENT flag (experimentally) & jq updated from 1.3 to 1.5

V16 (2015-08-19)

Default to Go 1.5 if no version is specified

V15 (2015-08-06)

Update godeps (bug fixes and version command)

V14 (2015-07-10)

Basic validation of Godeps/Godeps.json file.

v13 (2015-06-30)

Set GOMAXPROCS based on dyno size.

v12 (2015-06-29)

GOPATH naming changed & update godep