From 9582d8e5240b5d329b68030ddc1410b02026e7ce Mon Sep 17 00:00:00 2001 From: Sun Yimin Date: Fri, 29 Nov 2024 17:09:24 +0800 Subject: [PATCH] ci: test golang 1.23 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c66b5d8..60582c1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: