From cc640efc3133f3847b658298378b767e2b6cb4b2 Mon Sep 17 00:00:00 2001 From: "renovate-sh-app[bot]" <219655108+renovate-sh-app[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 14:03:38 +0000 Subject: [PATCH 1/2] 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/itest.yml b/.github/workflows/itest.yml index 3d3fb947..8b26fb46 100644 --- a/.github/workflows/itest.yml +++ b/.github/workflows/itest.yml @@ -17,7 +17,7 @@ jobs: with: persist-credentials: false - name: Install Go - uses: actions/setup-go@7b8cf10d4e4a01d4992d18a89f4d7dc5a3e6d6f4 # v4 + uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6 with: go-version: 1.25.6 - run: make itest-bootstrap @@ -62,7 +62,7 @@ jobs: with: persist-credentials: false - name: Install Go - uses: actions/setup-go@7b8cf10d4e4a01d4992d18a89f4d7dc5a3e6d6f4 # v4 + uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6 with: go-version: 1.23.1 - run: make itest From 9595ae2e3a1bb96e082f666cfd35f53a92d06038 Mon Sep 17 00:00:00 2001 From: Aleksandar Petrov <8142643+aleks-p@users.noreply.github.com> Date: Wed, 13 May 2026 15:44:12 -0300 Subject: [PATCH 2/2] Try to unblock renovate bump --- .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 8b26fb46..1786563d 100644 --- a/.github/workflows/itest.yml +++ b/.github/workflows/itest.yml @@ -64,7 +64,7 @@ jobs: - name: Install Go uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6 with: - go-version: 1.23.1 + go-version: 1.25.6 - run: make itest shell: bash env: