From 9e0bf5cec470629162d34736a97caa7fb58beda0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 02:03:27 +0000 Subject: [PATCH] Bump robherley/go-test-action from 0.7.1 to 1.0.0 Bumps [robherley/go-test-action](https://github.com/robherley/go-test-action) from 0.7.1 to 1.0.0. - [Release notes](https://github.com/robherley/go-test-action/releases) - [Commits](https://github.com/robherley/go-test-action/compare/v0.7.1...v1.0.0) --- updated-dependencies: - dependency-name: robherley/go-test-action dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major ... 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 050cd45..486b073 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.7.1 + uses: robherley/go-test-action@v1.0.0 with: testArguments: -race -cover -covermode=atomic -coverprofile=coverage.txt ./... - name: Upload coverage report to Codecov