build(deps): bump guyarb/golang-test-annoations from 0.5.1 to 0.6.0 (#577)

Bumps [guyarb/golang-test-annoations](https://github.com/guyarb/golang-test-annoations) from 0.5.1 to 0.6.0.
- [Release notes](https://github.com/guyarb/golang-test-annoations/releases)
- [Commits](https://github.com/guyarb/golang-test-annoations/compare/v0.5.1...v0.6.0)

---
updated-dependencies:
- dependency-name: guyarb/golang-test-annoations
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2022-06-09 19:55:56 +02:00
committed by GitHub
parent 115fea9d2a
commit db62f4aa0e
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ jobs:
run: go test -json ./... > test.json
- name: Annotate tests
if: always()
uses: guyarb/golang-test-annoations@v0.5.1
uses: guyarb/golang-test-annoations@v0.6.0
with:
test-results: test.json

View File

@@ -15,7 +15,7 @@ jobs:
run: go test -json ./... > test.json
- name: Annotate tests
if: always()
uses: guyarb/golang-test-annoations@v0.5.1
uses: guyarb/golang-test-annoations@v0.6.0
with:
test-results: test.json