From 3d4a23a5208ee32abc908f5fb038b8547bf809f7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 00:33:37 +0000 Subject: [PATCH] chore(deps): update actions/setup-go action to v6 | datasource | package | from | to | | ----------- | ---------------- | ---- | -- | | github-tags | actions/setup-go | v5 | v6 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/sync.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync.yaml b/.github/workflows/sync.yaml index e5ee8ff..c2b8aa1 100644 --- a/.github/workflows/sync.yaml +++ b/.github/workflows/sync.yaml @@ -31,7 +31,7 @@ jobs: sparse-checkout: api/v1 - name: Setup Go - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version-file: cloudnative-pg/go.mod