Update test.yml to test on latest 2 Go versions.

This commit is contained in:
Martin Angers
2023-09-06 21:39:24 -04:00
committed by GitHub
parent 2dbc26aca4
commit 361d1ad92e
+1 -1
View File
@@ -8,7 +8,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.19.x, 1.20.x]
go-version: [1.20.x, 1.21.x]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}