Remove CGO_ENABLED from CI workflow
Removed CGO_ENABLED environment variable from CI workflow.
cognitive committed
Jan 27, 2026 at 20:49 UTC
07d3020cf2360bff869bff901e9afcaf817ef406
1 file changed
-3
.github/workflows/ci.yml
-3
@@ -7,9 +7,6 @@ on:
7
branches: ["*"]
8
workflow_dispatch:
9
10
-env:
11
- CGO_ENABLED: "0"
12
-
10
jobs:
11
test:
12
name: Test