general: update GitHub actions

This commit is contained in:
Lan Tian 2023-09-09 01:29:49 -07:00
parent 17e0b14243
commit 6224b43808
No known key found for this signature in database
GPG Key ID: 04E66B6B25A0862B

View File

@ -7,6 +7,7 @@ jobs:
name: Release Go Binary
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
goos: [linux, windows, darwin]
goarch: ["386", amd64, "arm", arm64]