We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08405f0 commit 28d0b04Copy full SHA for 28d0b04
.github/workflows/testing.yml
@@ -56,7 +56,7 @@ jobs:
56
57
- name: Build 386
58
run: |
59
- GOARCH=386 go build -v ./...
+ GOARCH=386 go build -tags net -v ./...
60
shell: bash
61
62
- name: Build arm64
0 commit comments