Update ci.yml

This commit is contained in:
Sun Yimin 2022-01-21 17:46:09 +08:00 committed by GitHub
parent 5733222dcb
commit 9961866cee
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', '1.17']
steps:
- uses: actions/checkout@v2