update Makefile.cross-compiles and support darwin/arm64 (#2295)
This commit is contained in:
committed by
GitHub
Unverified
parent
8e25f13201
commit
184a0ff9ab
@@ -18,7 +18,7 @@ jobs:
|
||||
name: Set up Go 1.x
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: 1.15
|
||||
go-version: 1.16
|
||||
-
|
||||
run: go version
|
||||
-
|
||||
|
||||
@@ -15,7 +15,7 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: 1.15
|
||||
go-version: 1.16
|
||||
|
||||
- name: Make All
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user