Skip to content

Commit

Permalink
fix(gh): bump actions/setup-go to v3
Browse files Browse the repository at this point in the history
Signed-off-by: Dario Tranchitella <[email protected]>
  • Loading branch information
prometherion committed Mar 4, 2024
1 parent 6b471ac commit bbf1464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-go@v2
- uses: actions/setup-go@v3
with:
go-version-file: 'go.mod'
- run: make release
Expand Down

0 comments on commit bbf1464

Please sign in to comment.