From 17629a50d5ce12875d83f9095809ae43b765c303 Mon Sep 17 00:00:00 2001 From: David Golden Date: Wed, 7 Dec 2022 10:04:03 -0500 Subject: [PATCH] Add 1.18/19 to test matrix; remove 1.11/12/13 --- .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 c67965e..c680bf4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,7 +4,7 @@ jobs: test: strategy: matrix: - go-version: [1.11.x, 1.12.x, 1.13.x, 1.14.x, 1.15.x, 1.16.x, 1.17.x] + go-version: [1.14.x, 1.15.x, 1.16.x, 1.17.x, 1.18.x, 1.19.x] os: [ubuntu-latest] runs-on: ${{ matrix.os }} steps: