Skip to content

Commit

Permalink
Merge pull request #17 from PrashamTrivedi/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
PrashamTrivedi authored Mar 19, 2023
2 parents 01c3856 + 9bc0dd1 commit a357941
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 @@ -17,7 +17,7 @@ jobs:
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: 1.18
- name: Run GoReleaser
Expand Down

0 comments on commit a357941

Please sign in to comment.