Test against Go 1.17 and drop 1.15 from the tests

This commit is contained in:
Gabe Kangas 2021-10-31 14:08:17 -07:00
parent 651caeba91
commit fdc381c738

View file

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