From 5107305fb210d09b87c8ff26dde0cc7b622a78ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 02:02:35 +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 c07e605..7260a62 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: with: go-version-file: go.mod - name: Run go 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: Build changelog