1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Update Golang requirements in PACKAGERS.md

Docker 1.12 now requires Go 1.6, so update
the packagers.md accordingly

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2016-06-10 23:15:47 +02:00
parent ee8c512dc3
commit edadc2f4d7
No known key found for this signature in database
GPG key ID: 76698F39D527CE8C

View file

@ -44,8 +44,7 @@ need to package Docker your way, without denaturing it in the process.
To build Docker, you will need the following:
* A recent version of Git and Mercurial
* Go version 1.4 or later (Go version 1.5 or later required for hardware signing
support in Docker Content Trust)
* Go version 1.6 or later
* A clean checkout of the source added to a valid [Go
workspace](https://golang.org/doc/code.html#Workspaces) under the path
*src/github.com/docker/docker* (unless you plan to use `AUTO_GOPATH`,