From 2ad501880a7f7bcc9af290278baa3658c9a2f2cd Mon Sep 17 00:00:00 2001 From: David Golden Date: Sun, 28 Mar 2021 15:35:24 -0400 Subject: [PATCH] Remove Go 1.9 and 1.10 from CI testing --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1be164e..5af78a5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,7 +4,7 @@ jobs: test: strategy: matrix: - go-version: [1.9.x, 1.10.x, 1.11.x, 1.12.x, 1.13.x, 1.14.x, 1.15.x, 1.16.x] + go-version: [1.11.x, 1.12.x, 1.13.x, 1.14.x, 1.15.x, 1.16.x] os: [ubuntu-latest] runs-on: ${{ matrix.os }} steps: