drop support for go 1.21, and test against released go 1.23

This commit is contained in:
Gabriel Augendre 2024-08-25 15:59:59 +02:00
parent 0be9888cea
commit 2e1ec44b79

View file

@ -15,7 +15,7 @@ jobs:
build:
strategy:
matrix:
go: ['1.21', '1.22', '1.23.0-rc.2']
go: ['1.22', '1.23']
os: [macos-latest, windows-latest, ubuntu-latest]
name: build
runs-on: ${{ matrix.os }}