docs: References golang 1.12 or later in docs (#355)

Fix #353

As we require minimum 1.12.x for building  kn
This commit is contained in:
Navid Shaikh 2019-08-09 21:05:06 +05:30 committed by Knative Prow Robot
parent 74b3e10f76
commit c213fec7f0
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ Start by creating [a GitHub account](https://github.com/join), then set up
You must install these tools:
1. [`go`](https://golang.org/doc/install): The language `Knative Client` is
built in (1.11.4 or later)
built in (1.12 or later)
1. [`goimports`](https://godoc.org/golang.org/x/tools/cmd/goimports)
1. `gcc` compiler: Used during testing. Not needed if golang is installed
via the installer