mirror of https://github.com/jackc/pgx.git
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
parent
8c9646dbfe
commit
9ae7452196
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue