Disable CGO for goreleaser builds

This commit is contained in:
Christian Muehlhaeuser 2020-10-07 19:02:12 +02:00
parent 281426270c
commit 6a1c227231
No known key found for this signature in database
GPG key ID: 3CF9FA45CA1EBB7E

View file

@ -1,5 +1,6 @@
env:
- GO111MODULE=on
- CGO_ENABLED=0
before:
hooks:
- go mod download