chore(deps)!: update actions/setup-go (v5 → v6)

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-01-13 04:10:06 +00:00
committed by GitHub
parent 9a9f496ab7
commit 30931f0f08
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6
with:
go-version-file: "go.mod"

View File

@@ -19,7 +19,7 @@ jobs:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@v5
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6
with:
go-version-file: "go.mod"