Skip to content

Commit 57e1bb1

Browse files
patschimxschmitt
authored andcommitted
feat: disable CGO to be able to run on AlpineLinux too (#32)
1 parent 4f16b1d commit 57e1bb1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ go:
1818
env:
1919
global:
2020
- GO111MODULE=on
21+
- CGO_ENABLED=0
2122

2223
before_deploy:
2324
# Create binaries for many OSs and architures as tarballs.

0 commit comments

Comments
 (0)