chore: disable CGO (#184)

This commit is contained in:
Henrique Dias
2024-08-25 15:06:46 +02:00
committed by GitHub
parent 63449f1636
commit 4e87e6a613
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -17,3 +17,5 @@ jobs:
with:
go-version: "1.23.x"
- run: go build .
env:
CGO_ENABLED: '0'