Update ci.yml

This commit is contained in:
Sun Yimin 2022-01-24 08:49:03 +08:00 committed by GitHub
parent 780270e5c1
commit 9e70730211
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
goVer: ['1.15']
goVer: ['1.15', '1.16']
steps:
- name: Checkout Repo
uses: actions/checkout@v2