summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Muehlhaeuser <muesli@gmail.com>2020-10-07 19:02:12 +0200
committerChristian Muehlhaeuser <muesli@gmail.com>2020-10-07 19:02:12 +0200
commit6a1c227231211255f74ee2166553e488fccf4c60 (patch)
tree92b7cc38869d0c50229e046356a9459e08a5e542
parent281426270c86c1d8d2e04522895e4d6535752041 (diff)
Disable CGO for goreleaser buildsv1.0.1
-rw-r--r--.goreleaser.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.goreleaser.yml b/.goreleaser.yml
index a8cec2e..c8e24d3 100644
--- a/.goreleaser.yml
+++ b/.goreleaser.yml
@@ -1,5 +1,6 @@
env:
- GO111MODULE=on
+ - CGO_ENABLED=0
before:
hooks:
- go mod download