Skip to content

Commit

Permalink
permanently disable cgo for production releases
Browse files Browse the repository at this point in the history
  • Loading branch information
simskij committed Mar 28, 2021
1 parent bde9aec commit 69b7480
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 @@ -59,7 +59,7 @@ jobs:
- test
- lint
env:
CGO_ENABLED: ${CGO_ENABLED:-0}
CGO_ENABLED: 0
TAG: ${{ github.event.release.tag_name }}
steps:
- name: Checkout
Expand Down

0 comments on commit 69b7480

Please sign in to comment.