Skip to content

Commit

Permalink
.github: add latest Go versions
Browse files Browse the repository at this point in the history
And remove older ones since they fail staticcheck analysis.
  • Loading branch information
kevinburke committed Oct 9, 2023
1 parent 65f3dd7 commit dc9ea20
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dc9ea20

Please sign in to comment.