From aeb8e4a11bbedab90fe4e4d7347987e1ac932d09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 23:34:52 +0000 Subject: [PATCH] Bump guyarb/golang-test-annotations from 0.8.0 to 0.9.0 Bumps [guyarb/golang-test-annotations](https://github.com/guyarb/golang-test-annotations) from 0.8.0 to 0.9.0. - [Release notes](https://github.com/guyarb/golang-test-annotations/releases) - [Commits](https://github.com/guyarb/golang-test-annotations/compare/v0.8.0...v0.9.0) --- updated-dependencies: - dependency-name: guyarb/golang-test-annotations dependency-version: 0.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/continuous-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index b0da3bf..a852488 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -35,6 +35,6 @@ jobs: - name: Annotate tests if: always() - uses: guyarb/golang-test-annotations@v0.8.0 + uses: guyarb/golang-test-annotations@v0.9.0 with: test-results: test.json \ No newline at end of file