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

@ -20,6 +20,7 @@ ALL_LINUX = linux-amd64 \
ALL = $(ALL_LINUX) \
darwin-amd64 \
darwin-arm64 \
freebsd-amd64 \
windows-amd64