diff --git a/.github/workflows/linux_test.yml b/.github/workflows/linux_test.yml index 7c3d07c..4c99cbb 100644 --- a/.github/workflows/linux_test.yml +++ b/.github/workflows/linux_test.yml @@ -26,7 +26,7 @@ jobs: uses: iwdgo/gotip-build@master id: gotip with: - go_variables: CGO_ENABLED=0 GOARCH=${{ matrix.go_arch }} + go_variables: GOARCH=${{ matrix.go_arch }} test_build: true - name: Upload go executable