From 1c340b43241a1781ebc93c789fd886de0295b4de Mon Sep 17 00:00:00 2001 From: "renovate-sh-app[bot]" <219655108+renovate-sh-app[bot]@users.noreply.github.com> Date: Sun, 23 Nov 2025 03:26:09 +0000 Subject: [PATCH] chore(deps): update actions/setup-go action to v6 | datasource | package | from | to | | ----------- | ---------------- | ---- | -- | | github-tags | actions/setup-go | v2 | v6 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 37e3455..8328f97 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: persist-credentials: false - name: Set up Go - uses: actions/setup-go@v2 + uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6 with: go-version: 1.24.2 - name: Build