CI: stop testing on Go 1.23

We only support Go 1.24 at this point; I forgot to update CI.
pull/945/head
Daniel Martí 2 weeks ago committed by Paul Scheduikat
parent aa67c654dc
commit b9e8908d31

@ -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