From d955f8b76dccfbb692fb08179f2a36eb2e0500da Mon Sep 17 00:00:00 2001 From: Ian Lopshire Date: Thu, 6 Oct 2022 15:26:56 -0400 Subject: [PATCH] Update versions of go used to run tests Update the versions of Go used to run tests from 1.13 through 1.17 to 1.15 through 1.19 --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 8776b67..fdae34e 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go: ['1.13', '1.14', '1.15', '1.16', '1.17'] + go: ['1.15', '1.16', '1.17', '1.18', '1.19'] steps: - uses: actions/checkout@master - name: Setup go