From edadc2f4d737bf4f7aa3c477f2021aae2e551cc2 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Fri, 10 Jun 2016 23:15:47 +0200 Subject: [PATCH] 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 --- project/PACKAGERS.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/project/PACKAGERS.md b/project/PACKAGERS.md index 7586357b0c..2ca5b6fe7c 100644 --- a/project/PACKAGERS.md +++ b/project/PACKAGERS.md @@ -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`,