diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 7e8bbdffc..857d70ee4 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -37,7 +37,7 @@ jobs: run: > go build -ldflags="-s -w" -o falcoctl-${{ matrix.goos }}-${{ matrix.goarch }} . env: - CGO_ENABLED: 0 + CGO_ENABLED: 1 GOOS: ${{ matrix.goos }} GOARCH: ${{ matrix.goarch }}