Support Go 1.16

This commit is contained in:
Masaaki Goshima 2021-03-12 00:57:35 +09:00
parent bb3086c375
commit 4709eed615
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
os: [ "ubuntu-latest", "macos-latest", "windows-latest" ]
go-version: [ "1.13", "1.14", "1.15" ]
go-version: [ "1.13", "1.14", "1.15", "1.16" ]
runs-on: ${{ matrix.os }}
steps:
- name: setup Go ${{ matrix.go-version }}
@ -38,7 +38,7 @@ jobs:
- name: setup Go
uses: actions/setup-go@v2
with:
go-version: 1.15
go-version: 1.16
- name: checkout
uses: actions/checkout@v2
- name: measure coverage