Changed minimum required Go version to 1.16 in docs
parent
5501afa9ef
commit
51564f8f94
|
@ -7,7 +7,7 @@ weight: 2
|
|||
|
||||
## Prerequisites
|
||||
|
||||
* A recent Go distribution (>=1.12)
|
||||
* A recent Go distribution (>=1.16)
|
||||
* If you are on Windows, you'll need Docker to be installed.
|
||||
* 4GB of RAM
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ The minikube ISO is booted by each hypervisor to provide a stable minimal Linux
|
|||
|
||||
## Prerequisites
|
||||
|
||||
* A recent Go distribution (>=1.12)
|
||||
* A recent Go distribution (>=1.16)
|
||||
* If you are on Windows, you'll need Docker to be installed.
|
||||
* 4GB of RAM
|
||||
* Build tools:
|
||||
|
|
Loading…
Reference in New Issue