Merge pull request #12566 from fntlnz/remove-go1.3.3-support

Removed go1.3.3 support
Upstream-commit: e1fd7e25de4574b78cce41becd8ee50bdff23f0c
Component: engine
This commit is contained in:
Jessie Frazelle
2015-04-20 17:01:57 -07:00
3 changed files with 7 additions and 41 deletions

View File

@ -45,7 +45,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.3 or later
* Go version 1.4 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`,