permanently disable cgo for production releases

This commit is contained in:
Simon Aronsson 2021-03-28 23:48:47 +02:00 committed by GitHub
parent bde9aec1c0
commit 69b7480b4d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,7 +59,7 @@ jobs:
- test - test
- lint - lint
env: env:
CGO_ENABLED: ${CGO_ENABLED:-0} CGO_ENABLED: 0
TAG: ${{ github.event.release.tag_name }} TAG: ${{ github.event.release.tag_name }}
steps: steps:
- name: Checkout - name: Checkout