Feature: add darwin arm64 to Makefile (Apple Silicon) (#1234)

This commit is contained in:
peeweep
2021-02-18 18:15:09 +08:00
committed by GitHub
parent 9eb98e399d
commit aa81193d5b
2 changed files with 5 additions and 1 deletions

View File

@ -9,7 +9,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: 1.15.x
go-version: 1.16
- name: Check out code into the Go module directory
uses: actions/checkout@v2