Go 1.16 and darwin-arm64 (#381)

This commit switches to Go 1.16 and adds a release binary for darwin-arm64.

Fixes: #343
This commit is contained in:
Wade Simmons
2021-02-17 13:11:57 -05:00
committed by GitHub
parent d4b81f9b8d
commit 3dd1108099
5 changed files with 34 additions and 22 deletions

View File

@ -18,10 +18,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.15
- name: Set up Go 1.16
uses: actions/setup-go@v1
with:
go-version: 1.15
go-version: 1.16
id: go
- name: Check out code into the Go module directory
@ -30,9 +30,9 @@ jobs:
- uses: actions/cache@v1
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
key: ${{ runner.os }}-go1.16-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
${{ runner.os }}-go1.16-
- name: build
run: make