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

This commit is contained in:
renovate[bot]
2025-09-04 05:07:02 +00:00
committed by GitHub
parent d245b80c65
commit a361f22951
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v5
with:
fetch-depth: 0 # this is important, otherwise it won't checkout the full tree (i.e. no previous tags)
- uses: actions/setup-go@v5
- uses: actions/setup-go@v6
with:
go-version: 1.25
cache: true

View File

@@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v5
- name: Set up Go
uses: actions/setup-go@v5
uses: actions/setup-go@v6
with:
go-version: '1.25'