Skip to content

Commit 10f3657

Browse files
authored
Merge pull request #19 from mjasion/renovate/actions-setup-go-5.x
chore(deps): update actions/setup-go action to v5
2 parents f15e9ee + 9922764 commit 10f3657

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
fetch-depth: 0
2121
- run: git fetch --force --tags
22-
- uses: actions/setup-go@v4
22+
- uses: actions/setup-go@v5
2323
with:
2424
go-version: stable
2525
# Workaround: https://github.com/docker/build-push-action/issues/461

0 commit comments

Comments
 (0)