You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by sp...@apache.org on 2022/11/10 01:58:09 UTC

[apisix] 08/18: ci: upgrade go version

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 <sp...@gmail.com>
AuthorDate: Wed Nov 9 11:10:43 2022 +0800

    ci: upgrade go version
    
    Signed-off-by: spacewander <sp...@gmail.com>
---
 .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: