Merge pull request #278 from Wikid82/renovate/actions-setup-go-6.x

chore(deps): update actions/setup-go action to v6
This commit is contained in:
Jeremy
2025-12-01 09:37:50 -05:00
committed by GitHub
4 changed files with 4 additions and 4 deletions

View File

@@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
- name: Set up Go
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
with:
go-version: '1.25.4'
cache-dependency-path: backend/go.sum

View File

@@ -21,7 +21,7 @@ jobs:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
with:
go-version: '1.25.4'
cache-dependency-path: backend/go.sum

View File

@@ -40,7 +40,7 @@ jobs:
- name: Setup Go
if: matrix.language == 'go'
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
with:
go-version: '1.25.4'

View File

@@ -24,7 +24,7 @@ jobs:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
with:
go-version: '1.25.4'