Disable cgo

This commit is contained in:
Tyler 2022-08-06 16:24:45 -04:00
parent 8ea77adee2
commit 08da75d309
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@ steps:
- go mod download
- go install github.com/onsi/ginkgo/v2/ginkgo
- ginkgo .
environment:
CGO_ENABLED: '0''
- name: build
image: tystuyfzand/goc:latest
volumes: