Merge pull request #196 from alexflint/bump_go_versions

Update to latest version of Go in CI
This commit is contained in:
Alex Flint 2022-10-02 13:17:43 -07:00 committed by GitHub
commit 11f9b624a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

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