From b0468cdb668cc59d8fbb414dceb7d960a7caf31d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 17:09:51 +0000 Subject: [PATCH] Bump robherley/go-test-action from 0.4.1 to 0.5.0 Bumps [robherley/go-test-action](https://github.com/robherley/go-test-action) from 0.4.1 to 0.5.0. - [Release notes](https://github.com/robherley/go-test-action/releases) - [Commits](https://github.com/robherley/go-test-action/compare/v0.4.1...v0.5.0) --- updated-dependencies: - dependency-name: robherley/go-test-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index adebcba..fc5e12c 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -43,7 +43,7 @@ jobs: go fmt ./... git diff --exit-code - name: Test - uses: robherley/go-test-action@v0.4.1 + uses: robherley/go-test-action@v0.5.0 with: testArguments: -race -shuffle=on -benchtime=1x -cover -covermode=atomic -coverprofile=coverage.txt ./... - name: Upload coverage report to Codecov