Update actions/setup-go action to v6

This commit is contained in:
renovate[bot]
2025-09-06 02:12:33 +00:00
committed by GitHub
parent 0167804252
commit d7c3ac6054
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"
-