Disable CGO
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Peter Stuifzand 2019-03-16 20:53:12 +01:00
parent 18ffc13e92
commit 9d19f98adc

View File

@ -11,6 +11,7 @@ steps:
image: golang:1.12-alpine
commands:
- export GOPATH=/go
- export CGO_ENABLED=0
- apk --no-cache add git
- go get -d -t ./...
- go build ./...