Merge pull request #456 from PuerkitoBio/mna-update-go-versions

Update test.yml to test on latest 2 Go versions.
This commit is contained in:
Martin Angers
2023-09-06 21:44:32 -04:00
committed by GitHub
+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 }}