Skip to content

Commit

Permalink
Merge pull request #8 from tatsuo48/renovate/actions-setup-go-4.x
Browse files Browse the repository at this point in the history
Update actions/setup-go action to v4
  • Loading branch information
tatsuo48 authored Mar 16, 2023
2 parents 23c52ab + ccdab83 commit be40dfb
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@v3.5.0
uses: actions/setup-go@v4.0.0
with:
go-version-file: "go.mod"
- name: Run GoReleaser
Expand Down

0 comments on commit be40dfb

Please sign in to comment.