From 0b180fd379aa637af0ad8aed515bba31ec0a0507 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 18:42:09 +0000 Subject: [PATCH] Bump robherley/go-test-action from 0.5.0 to 0.6.0 Bumps [robherley/go-test-action](https://github.com/robherley/go-test-action) from 0.5.0 to 0.6.0. - [Release notes](https://github.com/robherley/go-test-action/releases) - [Commits](https://github.com/robherley/go-test-action/compare/v0.5.0...v0.6.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 0684f62..fed1b34 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.5.0 + uses: robherley/go-test-action@v0.6.0 with: testArguments: -race -shuffle=on -benchtime=1x -cover -covermode=atomic -coverprofile=coverage.txt ./... - name: Upload coverage report to Codecov