From d66cabf2895ddcd8d8a826b7fcc0c27912a21b61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 03:04:25 +0000 Subject: [PATCH] Bump robherley/go-test-action from 0.6.0 to 0.7.1 Bumps [robherley/go-test-action](https://github.com/robherley/go-test-action) from 0.6.0 to 0.7.1. - [Release notes](https://github.com/robherley/go-test-action/releases) - [Commits](https://github.com/robherley/go-test-action/compare/v0.6.0...v0.7.1) --- updated-dependencies: - dependency-name: robherley/go-test-action dependency-version: 0.7.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 499de32..c17f577 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ jobs: go-version-file: go.mod - run: go version - name: Test - uses: robherley/go-test-action@v0.6.0 + uses: robherley/go-test-action@v0.7.1 with: testArguments: -race -cover -covermode=atomic -coverprofile=coverage.txt ./... - name: Upload coverage report to Codecov