Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update golang version to 1.19 #1370

Merged
merged 2 commits into from
Sep 29, 2022
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion docs/en/latest/contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ This document explains how to get started with developing for Apache APISIX Ingr

## Prerequisites

* Install [Go 1.13](https://golang.org/dl/) or later, and we use go module to manage the go package dependencies.
* Install [Go 1.19](https://golang.org/dl/) or later, and we use go module to manage the go package dependencies.
* Prepare an available Kubernetes cluster in your workstation, we recommend you to use [KIND](https://kind.sigs.k8s.io/).
* Install Apache APISIX in Kubernetes by [Helm Chart](https://github.com/apache/apisix-helm-chart).

Expand Down
3 changes: 2 additions & 1 deletion docs/en/latest/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,8 @@ The table below shows the compatibility between APISIX ingress controller and th

| APISIX ingress controller | Supported APISIX versions | Recommended APISIX version |
| ------------------------- | ------------------------- | -------------------------- |
| `master` | `>= 2.7` | `2.11` |
| `master` | `>= 2.15` | `2.15` |
| `1.5.0` | `>= 2.7` | `2.15` |
tao12345666333 marked this conversation as resolved.
Show resolved Hide resolved
| `1.4.0` | `>= 2.7` | `2.11` |
| `1.3.0` | `>= 2.7` | `2.10` |
| `1.2.0` | `>= 2.7` | `2.8` |
Expand Down