Skip to content

Commit 517677f

Browse files
authored
Merge pull request #371 from arnested/dependabot/github_actions/robherley/go-test-action-1.0.0
Bump robherley/go-test-action from 0.7.1 to 1.0.0
2 parents 8c14bc2 + 9e0bf5c commit 517677f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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.7.1
21+
uses: robherley/go-test-action@v1.0.0
2222
with:
2323
testArguments: -race -cover -covermode=atomic -coverprofile=coverage.txt ./...
2424
- name: Upload coverage report to Codecov

0 commit comments

Comments
 (0)