Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove the max goversion limit
Signed-off-by: yuswift <[email protected]>
  • Loading branch information
devinleee committed Aug 12, 2021
commit e84689bf3f472d06f002d0d9a6912b117b8bc338
4 changes: 2 additions & 2 deletions docs/book/src/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ This Quick Start guide will cover:

## Prerequisites

- [go](https://golang.org/dl/) version v1.15+ and < 1.16(kubebuilder v3.0).
- [go](https://golang.org/dl/) version v1.16+ and < 1.17(kubebuilder v3.1).
- [go](https://golang.org/dl/) version v1.15+(kubebuilder v3.0).
- [go](https://golang.org/dl/) version v1.16+(kubebuilder v3.1).
- [docker](https://docs.docker.com/install/) version 17.03+.
- [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/) version v1.11.3+.
- Access to a Kubernetes v1.11.3+ cluster.
Expand Down