From 69b7480b4d7928e58768bc4717836fb25fc9f19a Mon Sep 17 00:00:00 2001 From: Simon Aronsson Date: Sun, 28 Mar 2021 23:48:47 +0200 Subject: [PATCH] permanently disable cgo for production releases --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7971d96..3083abb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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