diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 45baf2af5f..061261fa67 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: true matrix: - go: ['1.21', '1.22'] + go: ['1.21', '1.22', '1.23'] os: ['ubuntu-latest', 'windows-latest'] runs-on: ${{ matrix.os }} @@ -31,7 +31,7 @@ jobs: run: make ci - name: Upload test coverage for deep source - if: matrix.go == '1.22' && matrix.os == 'ubuntu-latest' + if: matrix.go == '1.23' && matrix.os == 'ubuntu-latest' uses: actions/upload-artifact@v4 with: name: coverage