Skip to content

Commit d0aeba2

Browse files
authored
Update go.yml
Removed 386 support since "github.com/xuri/excelize/v2" is using `someInt := int(math.MaxUint32)` that overflows on 32-bit.
1 parent c03da6d commit d0aeba2

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

‎.github/workflows/go.yml‎

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
goos: [linux, darwin]
18-
goarch: ["386", amd64, arm64]
19-
exclude:
20-
- goarch: "386"
21-
goos: darwin
18+
goarch: [amd64, arm64]
2219
steps:
2320
- uses: actions/checkout@v3
2421
- uses: wangyoucao577/go-release-action@v1

0 commit comments

Comments
 (0)