Disable CGo in CI

This commit is contained in:
Elara 2025-02-13 13:26:58 -08:00
parent 8251e8b461
commit 13ec04e9d8

View File

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