Skip to content

Commit 5a1fec4

Browse files
authored
Merge pull request #310 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 32e86c4 + 5107305 commit 5a1fec4

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
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
go-version-file: go.mod
1818
- name: Run go test
19-
uses: robherley/go-test-action@v0.7.1
19+
uses: robherley/go-test-action@v1.0.0
2020
with:
2121
testArguments: -race -cover -covermode=atomic -coverprofile=coverage.txt ./...
2222
- name: Build changelog

0 commit comments

Comments
 (0)