.github: add latest Go versions to CI

This commit is contained in:
Kevin Burke
2022-03-31 09:22:50 -07:00
parent c7f8dec5c7
commit 0970dd2cc4
+1 -1
View File
@@ -4,7 +4,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.16.x]
go-version: [1.17.x, 1.18.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps: