Update CI to 1.25 and 1.26

This commit is contained in:
Martin Angers
2026-03-15 12:19:53 -04:00
parent 7dc7e6463b
commit 805d7b1d5c
+1 -1
View File
@@ -8,7 +8,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.24.x, 1.25.x]
go-version: [1.25.x, 1.26.x]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}