Skip to content

Commit 7991feb

Browse files
Bump robherley/go-test-action from 1.0.0 to 1.0.1
Bumps [robherley/go-test-action](https://github.com/robherley/go-test-action) from 1.0.0 to 1.0.1. - [Release notes](https://github.com/robherley/go-test-action/releases) - [Commits](robherley/go-test-action@v1.0.0...v1.0.1) --- updated-dependencies: - dependency-name: robherley/go-test-action dependency-version: 1.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3ad85a8 commit 7991feb

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@v1.0.0
19+
uses: robherley/go-test-action@v1.0.1
2020
with:
2121
testArguments: -race -cover -covermode=atomic -coverprofile=coverage.txt ./...
2222
- name: Build changelog

0 commit comments

Comments
 (0)