change minimum go version to 1.16, add multiplatform docker image

This commit is contained in:
Matthew Penner
2021-07-12 11:06:22 -06:00
parent 29b2d6826a
commit f422081695
7 changed files with 17 additions and 14 deletions

View File

@@ -11,7 +11,7 @@ jobs:
uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '^1.15'
go-version: '^1.16'
- name: Build
env:
REF: ${{ github.ref }}