You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/copilot-instructions.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,8 +24,9 @@ For task-specific guidance, use the appropriate skill:
24
24
- Build system uses `make dockerfiles` with template rendering via `renderkit`
25
25
- Tools module lives at `tools-go/go.mod` (separate from root `go.mod`)
26
26
- CI uses both GitHub Actions and Azure Pipelines (`.pipelines/`)
27
-
-`cilium-log-collector` is the only component using `CGO_ENABLED=1` (with `GOEXPERIMENT=systemcrypto`)
28
-
- All other components use `CGO_ENABLED=0` with `GOEXPERIMENT=ms_nocgo_opensslcrypto` (Go 1.26)
27
+
-`cilium-log-collector` is the only component using `CGO_ENABLED=1`
28
+
- All other components use `CGO_ENABLED=0`
29
+
-**GOEXPERIMENT requirements are version-dependent** — consult the `acn-go-version-bump` skill for current rules. As of Go 1.26: CGO=1 needs `systemcrypto`, CGO=0 needs `ms_nocgo_opensslcrypto`. Go 1.27+ changes these rules.
0 commit comments