ci: Update Go toolchain to 1.16

This commit is contained in:
Roy Lee 2021-07-06 18:39:27 -07:00
parent 63438c6d36
commit 7ae6608f48

View file

@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: [1.14, 1.15]
go: [1.16]
steps:
- name: Set up Go
uses: actions/setup-go@v2