Skip to content

Commit

Permalink
Fix CGO setting in build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Morgan Pittkin committed Oct 26, 2023
1 parent 4f929c0 commit 92f34dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: release linux/amd64
runs-on: ubuntu-latest
env:
CGO_ENABLED: false
CGO_ENABLED: 0
steps:
- uses: actions/checkout@v3
- uses: wangyoucao577/go-release-action@v1
Expand Down

0 comments on commit 92f34dc

Please sign in to comment.