We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03877e0 commit e6fa3b8Copy full SHA for e6fa3b8
.github/workflows/apisix-conformance-test.yml
@@ -76,7 +76,6 @@ jobs:
76
ARCH: amd64
77
ENABLE_PROXY: "false"
78
BASE_IMAGE_TAG: "debug"
79
- ADC_VERSION: "dev"
80
run: |
81
echo "building images..."
82
make build-image
.github/workflows/apisix-e2e-test.yml
@@ -79,7 +79,6 @@ jobs:
83
84
85
Makefile
@@ -28,7 +28,7 @@ ENVTEST_K8S_VERSION = 1.30.0
28
KIND_NAME ?= apisix-ingress-cluster
29
30
GATEAY_API_VERSION ?= v1.2.0
31
-ADC_VERSION ?= 0.19.0
+ADC_VERSION ?= 0.20.0
32
33
TEST_TIMEOUT ?= 80m
34
TEST_DIR ?= ./test/e2e/apisix/
0 commit comments