Skip to content

Commit db9b749

Browse files
authored
Merge pull request #347 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 dc51943 + d66cabf commit db9b749

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
go-version-file: go.mod
1919
- run: go version
2020
- name: Test
21-
uses: robherley/go-test-action@v0.6.0
21+
uses: robherley/go-test-action@v0.7.1
2222
with:
2323
testArguments: -race -cover -covermode=atomic -coverprofile=coverage.txt ./...
2424
- name: Upload coverage report to Codecov

0 commit comments

Comments
 (0)