Revert "CHORE: Disable CGO (#2202)"

This reverts commit 6f778cb608.
This commit is contained in:
Tom Limoncelli 2023-03-19 15:44:22 -04:00
parent ac8815e0e1
commit 1b5f9ef802

View file

@ -27,8 +27,6 @@ jobs:
- name: Build binaries
run: go run build/build.go
env:
CGO_ENABLED: 0
- name: Get release from tag
run: echo ::set-output name=RELEASE_VERSION::$(echo ${GITHUB_REF:11})