Skip to content

Commit

Permalink
Fix CI check status not match required (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
kezhenxu94 committed Jun 30, 2021
1 parent 29f3232 commit d4d0ad3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .asf.yaml
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/github-actions.yml
Expand Up @@ -36,6 +36,7 @@ jobs:
matrix:
go_version:
- 1.15
- 1.14
os:
- ubuntu-latest

Expand Down

0 comments on commit d4d0ad3

Please sign in to comment.