Update actions/setup-go action to v6 (#160)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-11-22 07:22:36 -05:00
committed by GitHub
parent 79c742f274
commit 106f8b39d2
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ jobs:
fetch-depth: 0
-
name: Set up Go
uses: actions/setup-go@v5
uses: actions/setup-go@v6
with:
go-version: "1.24"
-