diff options
| author | Lucas Käldström <lucas.kaldstrom@hotmail.co.uk> | 2016-04-06 20:08:45 +0300 |
|---|---|---|
| committer | Lucas Käldström <lucas.kaldstrom@hotmail.co.uk> | 2016-04-06 20:08:45 +0300 |
| commit | 643e3cdf29449fcd0cb0150f7eb9e7a74803ec03 (patch) | |
| tree | 29064117d4b55c7c50fdc4922b75129bed72f135 /development.md | |
| parent | b8eef418b486850a4351f739fdb6868e7501e33b (diff) | |
Add a note about supported go version
Diffstat (limited to 'development.md')
| -rw-r--r-- | development.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/development.md b/development.md index 41179f57..9e5b0867 100644 --- a/development.md +++ b/development.md @@ -54,7 +54,9 @@ Kubernetes is written in the [Go](http://golang.org) programming language. If yo ### Go versions -Requires Go version 1.4.x, 1.5.x or 1.6.x +Kubernetes 1.0 - 1.2 only supports Go 1.4.2 + +Kubernetes 1.3 and higher supports Go 1.6.0 ## Git setup |
