Enable CGO

This commit is contained in:
Braydon 2023-08-06 01:41:01 -04:00
parent 10000b82e5
commit 0134881239

@ -7,6 +7,7 @@ env:
GOPROXY: https://goproxy.io,direct
GOPATH: /home/rootless/go_path
GOCACHE: /home/rootless/go_cache
CGO_ENABLED: 1
jobs:
lint: