Remove Go 1.16 from CI

By the time v5 is released 1.17 will be the minimum supported version.
May as well save some CI time in the mean while.
query-exec-mode
Jack Christensen 2021-12-11 14:07:52 -06:00
parent 8c9646dbfe
commit 9ae7452196
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
go-version: [1.16, 1.17]
go-version: [1.17]
pg-version: [10, 11, 12, 13, 14, cockroachdb]
include:
- pg-version: 10