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/03/01 06:06:33 UTC

[apisix] branch master updated: build(deps): bump actions/setup-go from 2.2.0 to 3 (#6475)

This is an automated email from the ASF dual-hosted git repository.

spacewander pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new beff2df  build(deps): bump actions/setup-go from 2.2.0 to 3 (#6475)
beff2df is described below

commit beff2df3311d86260db75315af1974e8d7326217
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Mar 1 14:06:29 2022 +0800

    build(deps): bump actions/setup-go from 2.2.0 to 3 (#6475)
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 .github/workflows/build.yml | 2 +-
 .github/workflows/chaos.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index cd86170..bb38185 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -44,7 +44,7 @@ jobs:
           submodules: recursive
 
       - name: Setup Go
-        uses: actions/setup-go@v2.2.0
+        uses: actions/setup-go@v3
         with:
           go-version: "1.17"
 
diff --git a/.github/workflows/chaos.yml b/.github/workflows/chaos.yml
index 87ecf4e..33d00ec 100644
--- a/.github/workflows/chaos.yml
+++ b/.github/workflows/chaos.yml
@@ -21,7 +21,7 @@ jobs:
           submodules: recursive
 
       - name: Setup go
-        uses: actions/setup-go@v2.2.0
+        uses: actions/setup-go@v3
         with:
           go-version: "1.16"