Skip to content

Commit

Permalink
Add missing runs-on field
Browse files Browse the repository at this point in the history
  • Loading branch information
dhui committed Mar 9, 2023
1 parent c15a756 commit 3a1feb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
check-coverage:
name: Check coverage
needs: [build]
runs-on: ubuntu-latest
steps:
- uses: shogo82148/actions-goveralls@v1
with:
Expand Down

0 comments on commit 3a1feb4

Please sign in to comment.