CI: don't test against Go 1.16

This commit is contained in:
glebarez
2023-01-28 20:46:27 +07:00
parent b8c64c30ab
commit 214ca8e32d

View File

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