From 9ae745219633043e2e714fa2c96687889f425668 Mon Sep 17 00:00:00 2001 From: Jack Christensen Date: Sat, 11 Dec 2021 14:07:52 -0600 Subject: [PATCH] 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. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b13e8c2f..af164815 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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