浏览代码

Merge pull request #20112 from endophage/notary_go15

adding note about go version 1.5 requirement for hardware signing
Jess Frazelle 9 年之前
父节点
当前提交
4c807379cb
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      project/PACKAGERS.md

+ 2 - 1
project/PACKAGERS.md

@@ -44,7 +44,8 @@ need to package Docker your way, without denaturing it in the process.
 To build Docker, you will need the following:
 To build Docker, you will need the following:
 
 
 * A recent version of Git and Mercurial
 * 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
 * A clean checkout of the source added to a valid [Go
   workspace](https://golang.org/doc/code.html#Workspaces) under the path
   workspace](https://golang.org/doc/code.html#Workspaces) under the path
   *src/github.com/docker/docker* (unless you plan to use `AUTO_GOPATH`,
   *src/github.com/docker/docker* (unless you plan to use `AUTO_GOPATH`,