ci: test golang 1.23

This commit is contained in:
Sun Yimin 2024-11-29 17:09:24 +08:00 committed by GitHub
parent d90f8d62e1
commit 9582d8e524
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', '1.22'] goVer: ['1.18', '1.19', '1.21', '1.22', '1.23']
steps: steps:
- name: Checkout Repo - name: Checkout Repo
uses: actions/checkout@v4 uses: actions/checkout@v4
@ -36,7 +36,7 @@ jobs:
- name: Upload coverage to Codecov - name: Upload coverage to Codecov
if: ${{ matrix.goVer == '1.18' }} if: ${{ matrix.goVer == '1.18' }}
uses: codecov/codecov-action@v4 uses: codecov/codecov-action@v5
with: with:
files: ./coverage1.txt,./coverage2.txt files: ./coverage1.txt,./coverage2.txt
env: env: