ci: add go1.22

This commit is contained in:
Sun Yimin 2024-02-07 16:51:47 +08:00 committed by GitHub
parent 78c7cf81fe
commit 6c25107cd1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
goVer: ['1.18', '1.19', '1.21'] goVer: ['1.18', '1.19', '1.21', '1.22']
steps: steps:
- name: Checkout Repo - name: Checkout Repo
uses: actions/checkout@v4 uses: actions/checkout@v4