Skip to content

Commit 80b4637

Browse files
authored
Merge pull request #467 from arnested/dependabot/github_actions/robherley/go-test-action-0.7.1
Bump robherley/go-test-action from 0.6.0 to 0.7.1
2 parents 2b7525a + 79c12ea commit 80b4637

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)