chore(deps): bump actions/setup-go from 5.4.0 to 5.5.0

This commit is contained in:
Julien Dessaux 2025-05-09 00:34:13 +02:00
parent 80fb21068f
commit 05ccf3b467
Signed by: adyxax
GPG key ID: F92E51B86E07177E

View file

@ -16,7 +16,7 @@ jobs:
with: with:
# Allow goreleaser to access older tag information. # Allow goreleaser to access older tag information.
fetch-depth: 0 fetch-depth: 0
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0 - uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
with: with:
go-version-file: 'go.mod' go-version-file: 'go.mod'
cache: true cache: true