Disable cgo
This commit is contained in:
parent
8ea77adee2
commit
08da75d309
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue