From f780d4a21de29d98abcee65b75c658308dbff183 Mon Sep 17 00:00:00 2001 From: Erik Schweller Date: Sat, 12 Feb 2022 02:12:49 -0500 Subject: [PATCH] Drop 1.15.x, bring in 1.17.x (#1033) --- .github/workflows/ci-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-test.yaml b/.github/workflows/ci-test.yaml index 0ce0fa0..d8013c7 100644 --- a/.github/workflows/ci-test.yaml +++ b/.github/workflows/ci-test.yaml @@ -4,7 +4,7 @@ jobs: test: strategy: matrix: - go-version: [1.15.x, 1.16.x] # two latest minor versions + go-version: [1.16.x, 1.17.x] # two latest minor versions runs-on: ubuntu-latest steps: - name: update package index