From bc96978b31c3c93700c3196b4982e256539e4360 Mon Sep 17 00:00:00 2001 From: "renovate-sh-app[bot]" <219655108+renovate-sh-app[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 12:27:59 +0000 Subject: [PATCH] chore(deps): update actions/setup-go action to v6 | datasource | package | from | to | | ----------- | ---------------- | ---- | -- | | github-tags | actions/setup-go | v4 | v6 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> --- .github/workflows/itest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/itest.yml b/.github/workflows/itest.yml index 8b6097c..784b41a 100644 --- a/.github/workflows/itest.yml +++ b/.github/workflows/itest.yml @@ -44,7 +44,7 @@ jobs: with: persist-credentials: false - name: Install Go - uses: actions/setup-go@19bb51245e9c80abacb2e91cc42b33fa478b8639 # v4 + uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6 with: go-version: 1.23.1 - run: make itest