We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 32e86c4 + 5107305 commit 5a1fec4Copy full SHA for 5a1fec4
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@v0.7.1
+ uses: robherley/go-test-action@v1.0.0
20
21
testArguments: -race -cover -covermode=atomic -coverprofile=coverage.txt ./...
22
- name: Build changelog
0 commit comments