Skip to content

Commit 9e0bf5c

Browse files
Bump robherley/go-test-action from 0.7.1 to 1.0.0
Bumps [robherley/go-test-action](https://github.com/robherley/go-test-action) from 0.7.1 to 1.0.0. - [Release notes](https://github.com/robherley/go-test-action/releases) - [Commits](robherley/go-test-action@v0.7.1...v1.0.0) --- updated-dependencies: - dependency-name: robherley/go-test-action dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8c14bc2 commit 9e0bf5c

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)