From 3daf912288e951bfc3834378768dff910d26c6d1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 03:53:15 +0000 Subject: [PATCH] chore(deps): update actions/setup-go action to v6 (#960) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/unit-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index bc949ff..22fad80 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -18,7 +18,7 @@ jobs: with: fetch-depth: 0 - name: Setup Go environment - uses: actions/setup-go@v5.5.0 + uses: actions/setup-go@v6.0.0 with: go-version-file: go.mod - name: Run tests