CI: stop testing on Go 1.23

We only support Go 1.24 at this point; I forgot to update CI.
pull/943/head
Daniel Martí 4 weeks ago
parent d024c9938d
commit c362ad1b3c
No known key found for this signature in database

@ -25,7 +25,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.23.x, 1.24.x]
go-version: [1.24.x]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:

Loading…
Cancel
Save