From 2257e1bd8f6317e2b09ec4940a58db23ed1a3358 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 14:32:24 +0000 Subject: [PATCH] chore(deps): update shogo82148/actions-goveralls action to v1.10.0 --- .github/workflows/go-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go-test.yml b/.github/workflows/go-test.yml index e4459c1b..b00708d0 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.9.1 + - uses: shogo82148/actions-goveralls@v1.10.0 with: path-to-profile: profile.cov \ No newline at end of file