From 9b888cf87b30969a98515f5bcc54dcceb348c3f7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 20:12:13 +0000 Subject: [PATCH] chore(deps): update dependency go to 1.25.* --- .github/workflows/test-ci-reusable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-ci-reusable.yml b/.github/workflows/test-ci-reusable.yml index 9cbaacfff..00713b87f 100644 --- a/.github/workflows/test-ci-reusable.yml +++ b/.github/workflows/test-ci-reusable.yml @@ -48,7 +48,7 @@ jobs: ref: ${{ inputs.ref }} - uses: actions/setup-go@v6 with: - go-version: '1.24.*' + go-version: '1.25.*' - name: Run controller tests run: make test-envtest - name: Set latest commit status as ${{ job.status }}