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.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user