From f0c6462a922fe17ba339a0449e6e93008195e346 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 05:43:18 +0000 Subject: [PATCH] chore(deps): update actions/setup-go action to v7 --- .github/workflows/ci.yml | 2 +- .github/workflows/go.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 911251d..a183c9a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: - uses: actions/checkout@v6.0.2 with: fetch-depth: 2 - - uses: actions/setup-go@v6.4.0 + - uses: actions/setup-go@v7.0.0 with: go-version: '1.26' - name: Run coverage diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 31a9a28..65793ef 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v6.0.2 - name: Set up Go - uses: actions/setup-go@v6.4.0 + uses: actions/setup-go@v7.0.0 with: go-version: '1.26'