ci: support go 1.22

This commit is contained in:
Sun Yimin 2024-01-31 13:16:29 +08:00 committed by GitHub
parent 19636d09c1
commit 1f3d5d19a4
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