From 1baa7c03a858d43dec50dc75f3374c80c6647cdb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 20:16:26 +0800 Subject: [PATCH] chore(deps): Update actions/setup-go action to v7 (#1715) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- .github/workflows/goreleaser.yml | 2 +- .github/workflows/l10n.yml | 2 +- .github/workflows/lint.yml | 4 ++-- .github/workflows/mockery.yml | 2 +- .github/workflows/test.yml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d11031d2b..978fb7070 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -49,7 +49,7 @@ jobs: with: fetch-depth: 0 - name: Setup Go - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 with: cache: true go-version: 'stable' diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 5938a7ea3..8d265f644 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -14,7 +14,7 @@ jobs: with: fetch-depth: 0 - name: Setup Go - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 with: cache: true go-version: 'stable' diff --git a/.github/workflows/l10n.yml b/.github/workflows/l10n.yml index e1d8c5fad..0d97464e1 100644 --- a/.github/workflows/l10n.yml +++ b/.github/workflows/l10n.yml @@ -26,7 +26,7 @@ jobs: cache: 'pnpm' cache-dependency-path: web/pnpm-lock.yaml - name: Setup Go - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 with: cache: true go-version: 'stable' diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index bcd9f8e9e..238804d6c 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -14,7 +14,7 @@ jobs: - name: Checkout uses: actions/checkout@v7 - name: Setup Go - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 with: cache: true go-version: 'stable' @@ -30,7 +30,7 @@ jobs: - name: Checkout uses: actions/checkout@v7 - name: Setup Go - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 with: cache: true go-version: 'stable' diff --git a/.github/workflows/mockery.yml b/.github/workflows/mockery.yml index f92e363eb..d6a304c77 100644 --- a/.github/workflows/mockery.yml +++ b/.github/workflows/mockery.yml @@ -12,7 +12,7 @@ jobs: - name: Checkout code uses: actions/checkout@v7 - name: Setup Go - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 with: cache: true go-version: 'stable' diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a38581c45..5be925b9a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: - name: Checkout uses: actions/checkout@v7 - name: Setup Go - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 with: cache: true go-version: 'stable'