We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44d927f commit edaa0ddCopy full SHA for edaa0dd
1 file changed
.github/workflows/build.yml
@@ -33,6 +33,7 @@ jobs:
33
env:
34
GOOS: ${{ matrix.goos }}
35
GOARCH: ${{ matrix.goarch }}
36
+ CGO_ENABLED: 0
37
run: |
38
# Set the output binary name with extension based on OS
39
EXT=""
0 commit comments