From 4a1f5badbfb91367e8181ce5a4edf6e015af135e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 18:57:34 +0000 Subject: [PATCH] chore(deps): update actions/setup-go action to v6 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ad9f433..8ad4952 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -12,7 +12,7 @@ jobs: uses: actions/checkout@v4 - name: Install Golang - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version-file: 'go.mod'