diff options
| author | Aaron Crickenberger <spiffxp@gmail.com> | 2017-01-30 17:07:42 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-01-30 17:07:42 -0500 |
| commit | a78e7d11ef10b95d6391ef5096c9355e028d882e (patch) | |
| tree | 39fd1cbd698c40ee37fa63d8add3f08957d86602 | |
| parent | 6d487db160d49bf9430363b7e5931f984b65c8f4 (diff) | |
| parent | cade5040b29e1234022ab8c357bd5a6548bbbece (diff) | |
Merge pull request #136 from lukaszo/patch-1
go 1.7 is now required - updating the docs
| -rw-r--r-- | contributors/devel/development.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/contributors/devel/development.md b/contributors/devel/development.md index cb999f9d..5a1f1262 100644 --- a/contributors/devel/development.md +++ b/contributors/devel/development.md @@ -30,8 +30,9 @@ some of which may be incompatible in subtle ways, so we recommend Kubernetes is written in the [Go](http://golang.org) programming language. To build Kubernetes without using Docker containers, you'll need a Go -development environment. Builds for Kubernetes 1.0 - 1.2 require Go version -1.4.2. Builds for Kubernetes 1.3 and higher require Go version 1.6.0. If you +development environment. Builds for Kubernetes 1.0 - 1.2 require Go version 1.4.2. +Builds for Kubernetes 1.3 and 1.4 require Go version 1.6. Builds for Kubernetes 1.5 +and higher require Go version 1.7. If you haven't set up a Go development environment, please follow [these instructions](http://golang.org/doc/code.html) to install the go tools. |
