From c7c175adae05fe4b4d5aff442f2cf80410e4bd3c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 04:43:43 +0000 Subject: [PATCH] Update dependency go to v1.25.6 --- .github/workflows/create-release-pr.yaml | 2 +- .github/workflows/go-coverage.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/create-release-pr.yaml b/.github/workflows/create-release-pr.yaml index 3ce14df..43aa6df 100644 --- a/.github/workflows/create-release-pr.yaml +++ b/.github/workflows/create-release-pr.yaml @@ -170,7 +170,7 @@ jobs: steps: - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0 with: - go-version: '=1.25.5' + go-version: '=1.25.6' - name: Install architect uses: giantswarm/install-binary-action@c94c7adadeb14af4bdbdd601f9a6e7f69638134c # v4.0.0 with: diff --git a/.github/workflows/go-coverage.yaml b/.github/workflows/go-coverage.yaml index 84a55ee..46f2ae0 100644 --- a/.github/workflows/go-coverage.yaml +++ b/.github/workflows/go-coverage.yaml @@ -30,7 +30,7 @@ jobs: - uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0 with: - go-version: '=1.25.5' + go-version: '=1.25.6' - name: Create coverage report uses: gwatts/go-coverage-action@2845595538a59d63d1bf55f109c14e104c6f7cb3 # v2.0.0