Skip to content

Commit 79c12ea

Browse files
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](robherley/go-test-action@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] <[email protected]>
1 parent 2b7525a commit 79c12ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
go fmt ./...
4444
git diff --exit-code
4545
- name: Test
46-
uses: robherley/go-test-action@v0.6.0
46+
uses: robherley/go-test-action@v0.7.1
4747
with:
4848
testArguments: -race -shuffle=on -benchtime=1x -cover -covermode=atomic -coverprofile=coverage.txt ./...
4949
- name: Upload coverage report to Codecov

0 commit comments

Comments
 (0)