diff options
Diffstat (limited to '.goreleaser.yaml')
-rw-r--r-- | .goreleaser.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.goreleaser.yaml b/.goreleaser.yaml index e89b4b9..237f633 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -17,7 +17,7 @@ version: 2 builds: - env: - - CGO_ENABLED=1 + - CGO_ENABLED=0 goos: - linux # - windows |