From d57ead2ec76ae5a534074e752767beb6bb58bf7f Mon Sep 17 00:00:00 2001 From: maxlerebourg Date: Fri, 7 Aug 2026 12:15:10 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20renovate:=20Update=20actio?= =?UTF-8?q?ns/setup-go=20action=20to=20v7=20(#364)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Renovate Bot <22881669+maxlerebourg@users.noreply.github.com> --- .github/workflows/e2e.yml | 2 +- .github/workflows/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 9c9f6ad..781b3a6 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -19,7 +19,7 @@ jobs: steps: - uses: actions/checkout@v7 - name: Set up Go - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 with: # Track go.mod (Go 1.22) — the plugin's yaegi-bound floor. Keeps the # single source of truth and builds the mock on the supported version. diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c7bff20..64d5f87 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -32,7 +32,7 @@ jobs: # https://github.com/marketplace/actions/setup-go-environment - name: Set up Go ${{ env.GO_VERSION }} - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 with: go-version: ${{ env.GO_VERSION }}