Update Go versions used in CI

This commit is contained in:
Martin Angers
2022-11-17 10:06:24 -05:00
parent b103c0e59a
commit 53d8b4dd6f

View File

@@ -8,7 +8,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.16.x, 1.17.x]
go-version: [1.18.x, 1.19.x]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}