⬆️ renovate: Update actions/setup-go action to v7 (#364)

Co-authored-by: Renovate Bot <22881669+maxlerebourg@users.noreply.github.com>
This commit is contained in:
maxlerebourg
2026-08-07 12:15:10 +02:00
committed by GitHub
co-authored by Renovate Bot
parent bef5dfaadb
commit d57ead2ec7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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.
+1 -1
View File
@@ -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 }}