Browse code

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>

Sebastiaan van Stijn authored on 2016/06/11 06:15:47
Showing 1 changed files
... ...
@@ -44,8 +44,7 @@ need to package Docker your way, without denaturing it in the process.
44 44
 To build Docker, you will need the following:
45 45
 
46 46
 * A recent version of Git and Mercurial
47
-* Go version 1.4 or later (Go version 1.5 or later required for hardware signing
48
-  support in Docker Content Trust)
47
+* Go version 1.6 or later
49 48
 * A clean checkout of the source added to a valid [Go
50 49
   workspace](https://golang.org/doc/code.html#Workspaces) under the path
51 50
   *src/github.com/docker/docker* (unless you plan to use `AUTO_GOPATH`,