mirror of
https://github.com/emmansun/gmsm.git
synced 2025-04-21 17:56:19 +08:00
ci: test golang 1.23
This commit is contained in:
parent
d90f8d62e1
commit
9582d8e524
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
goVer: ['1.18', '1.19', '1.21', '1.22']
|
||||
goVer: ['1.18', '1.19', '1.21', '1.22', '1.23']
|
||||
steps:
|
||||
- name: Checkout Repo
|
||||
uses: actions/checkout@v4
|
||||
@ -36,7 +36,7 @@ jobs:
|
||||
|
||||
- name: Upload coverage to Codecov
|
||||
if: ${{ matrix.goVer == '1.18' }}
|
||||
uses: codecov/codecov-action@v4
|
||||
uses: codecov/codecov-action@v5
|
||||
with:
|
||||
files: ./coverage1.txt,./coverage2.txt
|
||||
env:
|
||||
|
Loading…
x
Reference in New Issue
Block a user