add go 1.16 in CI check

This commit is contained in:
lyyyuna 2021-02-17 17:30:11 +08:00
parent 20c3a1a0a2
commit c806ae6925
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ jobs:
needs: job_1
strategy:
matrix:
go-version: [1.11.x, 1.12.x, 1.13.x, 1.14.x, 1.15.x]
go-version: [1.11.x, 1.12.x, 1.13.x, 1.14.x, 1.15.x, 1.16.x]
runs-on: ubuntu-latest
steps:
- name: Install Go

View File

@ -15,7 +15,7 @@ jobs:
name: go test
strategy:
matrix:
go-version: [1.13.x, 1.14.x, 1.15.x]
go-version: [1.13.x, 1.14.x, 1.15.x, 1.16.x]
runs-on: ubuntu-latest
steps:
- name: Install Go