From b3297164df077d8920470e8e4ad8a721bdcf1e1e Mon Sep 17 00:00:00 2001 From: Ross Kinder Date: Mon, 28 Nov 2022 08:57:42 -0500 Subject: [PATCH] update github test configuration for current go versions --- .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 ee0c8f1e..a4ab9e6f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go: [ '1.18.x', '1.19.x', '1.20.x' ] + go: [ '1.17.x', '1.18.x', '1.19.x'] steps: - name: Check out code into the Go module directory uses: actions/checkout@v2