Skip to content

Commit c2047f6

Browse files
Update shogo82148/actions-goveralls action to v1.10.0
1 parent 4aaff07 commit c2047f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
run: |
1919
go test ./... -coverprofile=profile.cov
2020
21-
- uses: shogo82148/actions-goveralls@v1.9.0
21+
- uses: shogo82148/actions-goveralls@v1.10.0
2222
with:
2323
path-to-profile: profile.cov

0 commit comments

Comments
 (0)