Skip to content

Commit

Permalink
Update required Go version in building docs
Browse files Browse the repository at this point in the history
Sync with what is required by go.mod.
  • Loading branch information
radeksm committed Jul 21, 2024
1 parent 796759d commit 167f3a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion site/content/en/docs/contrib/building/binaries.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ weight: 2

## Prerequisites

* A recent Go distribution (>=1.16)
* A recent Go distribution (>=1.22.0)
* If you are on Windows, you'll need Docker to be installed.
* 4GB of RAM

Expand Down
2 changes: 1 addition & 1 deletion site/content/en/docs/contrib/building/iso.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The minikube ISO is booted by each hypervisor to provide a stable minimal Linux
## Prerequisites

* A recent GNU Make distribution (>=4.0)
* A recent Go distribution (>=1.16)
* A recent Go distribution (>=1.22.0)
* If you are on Windows or Mac, you'll need Docker to be installed.
* 4GB of RAM

Expand Down

0 comments on commit 167f3a4

Please sign in to comment.