This is an automated email from the ASF dual-hosted git repository.
zhangjintao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git
The following commit(s) were added to refs/heads/master by this push:
new 7a6dcfbb docs: update golang version to 1.19 (#1370)
7a6dcfbb is described below
commit 7a6dcfbb9a67f1f1a3c473e0495ea6c1ed3d6a4b
Author: soulbird <[email protected]>
AuthorDate: Thu Sep 29 14:16:03 2022 +0800
docs: update golang version to 1.19 (#1370)
---
docs/en/latest/contribute.md | 2 +-
docs/en/latest/getting-started.md | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/docs/en/latest/contribute.md b/docs/en/latest/contribute.md
index 57abb676..132be108 100644
--- a/docs/en/latest/contribute.md
+++ b/docs/en/latest/contribute.md
@@ -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).
diff --git a/docs/en/latest/getting-started.md
b/docs/en/latest/getting-started.md
index a9b7789d..b8960ae7 100644
--- a/docs/en/latest/getting-started.md
+++ b/docs/en/latest/getting-started.md
@@ -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`
|
| `1.4.0` | `>= 2.7` | `2.11`
|
| `1.3.0` | `>= 2.7` | `2.10`
|
| `1.2.0` | `>= 2.7` | `2.8`
|