CHORE: Disable CGO (#2202)

Co-authored-by: Tom Limoncelli <tal@whatexit.org>
This commit is contained in:
Tom Limoncelli 2023-03-19 12:21:47 -04:00 committed by GitHub
parent ad2f028d76
commit 6f778cb608
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,6 +27,8 @@ 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})