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í 6 months ago committed by Paul Scheduikat
parent aa67c654dc
commit b9e8908d31

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

Loading…
Cancel
Save