We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3ad85a8 + 7991feb commit c6cb4c4Copy full SHA for c6cb4c4
1 file changed
.github/workflows/build.yml
@@ -16,7 +16,7 @@ jobs:
16
with:
17
go-version-file: go.mod
18
- name: Run go test
19
- uses: robherley/go-test-action@v1.0.0
+ uses: robherley/go-test-action@v1.0.1
20
21
testArguments: -race -cover -covermode=atomic -coverprofile=coverage.txt ./...
22
- name: Build changelog
0 commit comments