From 74b14d5dc70fcd14e0b57d9214e6cc296eed8b6c Mon Sep 17 00:00:00 2001 From: Esteban Beltran Date: Fri, 17 Feb 2023 11:05:43 +0100 Subject: [PATCH] Use gco disabled 0 --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c561226..c7fe3bf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,6 +12,7 @@ jobs: - uses: actions/checkout@v3 - uses: wangyoucao577/go-release-action@v1.35 with: + pre_command: export CGO_ENABLED=0 github_token: ${{ secrets.DEPLOY_TOKEN }} goos: linux goarch: amd64