Skip to content

Commit

Permalink
Merge pull request #17 from tatsuo48/renovate/actions-setup-go-5.x
Browse files Browse the repository at this point in the history
Update actions/setup-go action to v5
  • Loading branch information
tatsuo48 authored Dec 10, 2023
2 parents ebf8bc7 + 10ce47b commit eaf2299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@v4.1.0
uses: actions/setup-go@v5.0.0
with:
go-version-file: "go.mod"
- name: Run GoReleaser
Expand Down

0 comments on commit eaf2299

Please sign in to comment.