Add Golang 1.16 to testing matrix (#1176)

pull/1178/head
hi019 2021-02-18 11:06:35 -05:00 committed by GitHub
parent 94995cf90f
commit 583131b84b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ jobs:
Build:
strategy:
matrix:
go-version: [1.14.x, 1.15.x]
go-version: [1.14.x, 1.15.x, 1.16.x]
platform: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
@ -15,4 +15,4 @@ jobs:
- name: Fetch Repository
uses: actions/checkout@v2
- name: Run Test
run: go test ./... -v -race
run: go test ./... -v -race