From 6672033ed09166769e8a7df436a15bebe8b9d86d Mon Sep 17 00:00:00 2001 From: Wangchong Zhou Date: Mon, 21 Oct 2024 17:08:31 +0800 Subject: [PATCH] chore(ci): revert the kong version back to master (#96) This was temporary changed to break circular depedency. --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e758d258..2df0719b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -5,7 +5,7 @@ on: push: env: - KONG_VERSION: disable-h2-alpn-re + KONG_VERSION: master BUILD_ROOT: ${{ github.workspace }}/kong/bazel-bin/build concurrency: