general: update GitHub actions

This commit is contained in:
Lan Tian
2023-09-09 01:29:49 -07:00
parent 17e0b14243
commit 6224b43808

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]