Merge pull request #273 from Wikid82/renovate/actions-setup-go-5.x

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

View File

@@ -21,7 +21,7 @@ jobs:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@19bb51245e9c80abacb2e91cc42b33fa478b8639 # v4
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
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@19bb51245e9c80abacb2e91cc42b33fa478b8639 # v4
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
with:
go-version: '1.25.4'