Skip to content

Commit

Permalink
adding note about go version 1.5 requirement for hardware signing
Browse files Browse the repository at this point in the history
Signed-off-by: David Lawrence <david.lawrence@docker.com> (github: endophage)
  • Loading branch information
David Lawrence committed Feb 8, 2016
1 parent efdbe2b commit 1cc950b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion project/PACKAGERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ 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.4 or later (Go version 1.5 or later required for hardware signing
support in Docker Content Trust)
* 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`,
Expand Down

0 comments on commit 1cc950b

Please sign in to comment.