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

kezhenxu94 pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/dubbo-go-pixiu.git


The following commit(s) were added to refs/heads/develop by this push:
     new d4d0ad3  Fix CI check status not match required (#199)
d4d0ad3 is described below

commit d4d0ad384224bb18f2d5418bf34299c0aee2248d
Author: kezhenxu94 <[email protected]>
AuthorDate: Wed Jun 30 21:28:24 2021 +0800

    Fix CI check status not match required (#199)
---
 .asf.yaml                            | 2 +-
 .github/workflows/github-actions.yml | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index 080f7fb..45b0f53 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -22,7 +22,7 @@ github:
       required_status_checks:
         strict: true
         contexts:
-          - "ubuntu-latest - Go 1.14"
+          - "ubuntu-latest - Go 1.15"
 
 notifications:
      commits:      [email protected]
diff --git a/.github/workflows/github-actions.yml 
b/.github/workflows/github-actions.yml
index f0cff48..7eb0dea 100644
--- a/.github/workflows/github-actions.yml
+++ b/.github/workflows/github-actions.yml
@@ -36,6 +36,7 @@ jobs:
       matrix:
         go_version:
           - 1.15
+          - 1.14
         os:
           - ubuntu-latest
 

Reply via email to