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/02/11 03:41:58 UTC

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

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 50d6465  build(deps): bump actions/setup-go from 2.1.5 to 2.2.0 (#6279)
50d6465 is described below

commit 50d6465fd7b6288f517fd5c408a3171ace7882dd
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Feb 11 11:41:51 2022 +0800

    build(deps): bump actions/setup-go from 2.1.5 to 2.2.0 (#6279)
    
    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 5e5891e..530cc48 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -40,7 +40,7 @@ jobs:
           submodules: recursive
 
       - name: Setup Go
-        uses: actions/setup-go@v2.1.5
+        uses: actions/setup-go@v2.2.0
         with:
           go-version: "1.15"
 
diff --git a/.github/workflows/chaos.yml b/.github/workflows/chaos.yml
index d4dafac..e26a4e9 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.1.5
+        uses: actions/setup-go@v2.2.0
         with:
           go-version: "1.16"