Merge pull request #110 from Belphemur/renovate/actions-setup-go-6.x

chore(deps): update actions/setup-go action to v6
This commit is contained in:
Antoine Aflalo
2025-09-04 08:12:50 -04:00
committed by GitHub
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'