This is an automated email from the ASF dual-hosted git repository. spacewander pushed a commit to branch release/2.15 in repository https://gitbox.apache.org/repos/asf/apisix.git
commit 962e477acd58b480baa79878ceea07f520ec9cb4 Author: spacewander <[email protected]> AuthorDate: Wed Nov 9 11:10:43 2022 +0800 ci: upgrade go version Signed-off-by: spacewander <[email protected]> --- .github/workflows/chaos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/chaos.yml b/.github/workflows/chaos.yml index 20b45f602..95f48132c 100644 --- a/.github/workflows/chaos.yml +++ b/.github/workflows/chaos.yml @@ -26,7 +26,7 @@ jobs: - name: Setup go uses: actions/setup-go@v3 with: - go-version: "1.16" + go-version: "1.17" - uses: actions/cache@v3 with:
