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

This commit is contained in:
renovate[bot]
2025-12-01 13:04:26 +00:00
committed by GitHub
parent 8cf6b40ee4
commit 395fc0d6d2
2 changed files with 2 additions and 2 deletions

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'