fix: add CGO_ENABLED=0 to lint step in CI workflow

This commit is contained in:
Zach Kelling
2026-01-28 10:21:23 -08:00
parent 301fa41eb5
commit da792ce42c
+1
View File
@@ -8,6 +8,7 @@ on:
env:
GOWORK: off
CGO_ENABLED: "0"
jobs:
lint_test: