Skip to content

Commit

Permalink
Add Go 1.23 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael committed Oct 13, 2024
1 parent 6de544f commit d0f0d0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand All @@ -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
Expand Down

0 comments on commit d0f0d0d

Please sign in to comment.