Add go1.24 to test matrix

This commit is contained in:
Martin Angers
2025-02-13 09:35:55 -05:00
parent 6d0ed2a352
commit a2ae60f048

View File

@@ -8,7 +8,7 @@ jobs:
test: test:
strategy: strategy:
matrix: matrix:
go-version: [1.23.x] go-version: [1.23.x, 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 }}