From 8386e5ddab64a4d322f2c9022826c0d786990b19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 04:19:49 +0000 Subject: [PATCH] build(deps): bump guyarb/golang-test-annotations from 0.7.0 to 0.8.0 Bumps [guyarb/golang-test-annotations](https://github.com/guyarb/golang-test-annotations) from 0.7.0 to 0.8.0. - [Release notes](https://github.com/guyarb/golang-test-annotations/releases) - [Commits](https://github.com/guyarb/golang-test-annotations/compare/v0.7.0...v0.8.0) --- updated-dependencies: - dependency-name: guyarb/golang-test-annotations dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index ebeacf8..e89d2d9 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -22,6 +22,6 @@ jobs: run: go test -json ./... > test.json - name: Annotate tests if: always() - uses: guyarb/golang-test-annotations@v0.7.0 + uses: guyarb/golang-test-annotations@v0.8.0 with: test-results: test.json