Skip to content

Commit

Permalink
Merge pull request #97 from radiofrance/fix-goreleaser-workflow
Browse files Browse the repository at this point in the history
fix(ci): fix goreleaser workflow syntax
  • Loading branch information
graillus authored Apr 29, 2022
2 parents c1f0874 + 0239ab2 commit c8772ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
fetch-depth: 0
- name: Set up Go
- uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab # tag=v3.0.0
uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab # tag=v3.0.0
with:
go-version: 1.18
- name: Run GoReleaser
Expand Down

0 comments on commit c8772ae

Please sign in to comment.