Merge pull request #11 from alexflint/update-ci-golang-versions

Update golang versions used in CI
This commit is contained in:
Alex Flint 2022-10-02 12:51:52 -07:00 committed by GitHub
commit 489daf05a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -15,12 +15,12 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
go: ['1.13', '1.14', '1.15', '1.16'] go: ['1.17', '1.18', '1.19']
steps: steps:
- id: go - id: go
name: Set up Go name: Set up Go
uses: actions/setup-go@v1 uses: actions/setup-go@v3
with: with:
go-version: ${{ matrix.go }} go-version: ${{ matrix.go }}