2
0

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:
Jack Christensen
2021-12-11 14:07:52 -06:00
parent 8c9646dbfe
commit 9ae7452196
+1 -1
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