Merge branch 'fix/compile-without-cgo-enabled' into 'main'

Fix/compile without cgo enabled

See merge request hectorjsmith/fail2ban-prometheus-exporter!8
This commit is contained in:
Hector 2021-02-07 12:59:01 +00:00
commit f452100a75

View File

@ -7,9 +7,7 @@ before:
# you may remove this if you don't need go generate # you may remove this if you don't need go generate
- go generate ./... - go generate ./...
builds: builds:
- env: - goos:
- CGO_ENABLED=0
goos:
- linux - linux
- windows - windows
- darwin - darwin