From fdc381c7388355f30b199b253711a878d3087edb Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Sun, 31 Oct 2021 14:08:17 -0700 Subject: [PATCH] Test against Go 1.17 and drop 1.15 from the tests --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index e0f1dc8b5..5c1ad5f50 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -5,7 +5,7 @@ jobs: test: strategy: matrix: - go-version: [1.15.x, 1.16.x] + go-version: [1.16.x, 1.17.x] os: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.os }} steps: