diff --git a/.github/workflows/go-test.yml b/.github/workflows/go-test.yml index 763baf9..5494d2c 100644 --- a/.github/workflows/go-test.yml +++ b/.github/workflows/go-test.yml @@ -16,6 +16,6 @@ jobs: - name: test run: go test ./... -coverprofile=profile.cov - - uses: shogo82148/actions-goveralls@v1.5.1 + - uses: shogo82148/actions-goveralls@v1.6.0 with: path-to-profile: profile.cov \ No newline at end of file