We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4985482 commit db2898fCopy full SHA for db2898f
.github/workflows/release.yml
@@ -32,7 +32,7 @@ jobs:
32
fi
33
34
- name: Build
35
- run: go build -v -ldflags "-linkmode external -extldflags -static" .
+ run: go build -v -ldflags "-linkmode external -extldflags -static" -tags=netgo .
36
37
38
- uses: "marvinpinto/action-automatic-releases@latest"
.github/workflows/tests.yml
@@ -34,7 +34,7 @@ jobs:
39
- name: Test
40
run: go test -v .
0 commit comments