Skip to content

Commit 3a1feb4

Browse files
committed
Add missing runs-on field
1 parent c15a756 commit 3a1feb4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
check-coverage:
4343
name: Check coverage
4444
needs: [build]
45+
runs-on: ubuntu-latest
4546
steps:
4647
- uses: shogo82148/actions-goveralls@v1
4748
with:

0 commit comments

Comments
 (0)