chore(deps): update actions/setup-go action to v6 (#960)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-09-04 03:53:15 +00:00
committed by GitHub
parent d57f30a889
commit 3daf912288

View File

@@ -18,7 +18,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup Go environment
uses: actions/setup-go@v5.5.0
uses: actions/setup-go@v6.0.0
with:
go-version-file: go.mod
- name: Run tests