Skip to content

Commit 28d0b04

Browse files
Need to use net build tag for GOARCH=386
1 parent 08405f0 commit 28d0b04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656

5757
- name: Build 386
5858
run: |
59-
GOARCH=386 go build -v ./...
59+
GOARCH=386 go build -tags net -v ./...
6060
shell: bash
6161

6262
- name: Build arm64

0 commit comments

Comments
 (0)