Disable CGo in CI

This commit is contained in:
Elara 2025-02-13 13:26:58 -08:00
parent 4f801eff26
commit 3165165e73

View File

@ -11,6 +11,8 @@ steps:
image: golang:1.23.6 image: golang:1.23.6
commands: commands:
- go build - go build
environment:
CGO_ENABLED: 0
when: when:
- event: tag - event: tag