Skip to content

Commit

Permalink
ci: Update goreleaser version
Browse files Browse the repository at this point in the history
There was a bug in the previous version causing binaries
to fail to build.
  • Loading branch information
varungandhi-src committed Oct 25, 2023
1 parent c1b2f60 commit 21706ca
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 @@ -25,7 +25,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: wangyoucao577/go-release-action@v1.32
- uses: wangyoucao577/go-release-action@v1.40
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
Expand Down

0 comments on commit 21706ca

Please sign in to comment.