Update ci.yml

This commit is contained in:
Sun Yimin 2022-01-21 18:05:39 +08:00 committed by GitHub
parent 93ea00d878
commit d094a9d01e
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.16']
goVer: ['1.15']
steps:
- name: Checkout Repo
uses: actions/checkout@v2