cd: test with go 1.23rc1

This commit is contained in:
Gabriel Augendre 2024-07-02 00:26:25 +02:00
parent bf0cfec130
commit 40f87bfc57

View file

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