Merge pull request #22149 from luxas/onedotsix

Automatic merge from submit-queue

Up to golang 1.6

A second attempt to upgrade go version above `go1.4`
Merge ASAP after you've cut the `release-1.2` branch and feel ready.
`go1.6` should perform slightly better than `go1.5`, so this time it might work
@gmarek @wojtek-t @zmerlynn @mikedanese @brendandburns @ixdy @thockin
This commit is contained in:
k8s-merge-robot
2016-04-05 13:26:18 -07:00
8 changed files with 27 additions and 28 deletions

View File

@@ -54,7 +54,7 @@ Kubernetes is written in the [Go](http://golang.org) programming language. If yo
### Go versions
Requires Go version 1.4.x or 1.5.x
Requires Go version 1.4.x, 1.5.x or 1.6.x
## Git setup