Update ci.yml

add 1.20 ci test
This commit is contained in:
Sun Yimin 2023-06-28 15:17:40 +08:00 committed by GitHub
parent 1d0e77388a
commit 7effe0578b
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', '1.17', '1.18']
goVer: ['1.16', '1.18', '1.20']
steps:
- name: Checkout Repo
uses: actions/checkout@v3