diff --git a/.asf.yaml b/.asf.yaml index 080f7fb05..45b0f53ca 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: commits@dubbo.apache.org diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index f0cff48a1..7eb0dea0f 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