From dc9ea204ac71f916ddee86898b1cdb41b022c2da Mon Sep 17 00:00:00 2001 From: Kevin Burke Date: Mon, 9 Oct 2023 14:26:03 -0700 Subject: [PATCH] .github: add latest Go versions And remove older ones since they fail staticcheck analysis. --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c8e2ff6..80a5319 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,14 +4,14 @@ jobs: test: strategy: matrix: - go-version: [1.17.x, 1.18.x, 1.19.x] + go-version: [1.19.x, 1.20.x, 1.21.x] runs-on: ubuntu-latest steps: - name: Install Go - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version: ${{ matrix.go-version }} - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: path: './src/github.com/kevinburke/twilio-go' # staticcheck needs this for GOPATH