From 56c34ab3d49c0c2e3b1d00ddc3f838ef570a2c93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 06:56:38 +0000 Subject: [PATCH] build(deps): bump guyarb/golang-test-annotations from 0.7.0 to 0.8.0 (#68) --- .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