diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 13eeeb0..c9d35d1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go: [ '1.17', '1.20', '1.21', '1.22' ] + go: [ '1.17', '1.21', '1.22', '1.23' ] name: Go ${{ matrix.go }} steps: - uses: actions/checkout@v4