use go 1.16

This commit is contained in:
Aaron Bieber 2021-01-20 07:15:03 -07:00 committed by GitHub
parent 2a4f4bb9fe
commit b8273b7b72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.15
go-version: 1.16
- name: Set up Node
uses: actions/setup-node@v2.1.4