mirror of
https://github.com/glebarez/go-sqlite.git
synced 2025-11-03 10:00:54 +08:00
CI: don't test against Go 1.16
This commit is contained in:
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@@ -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 }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user