Update CI to test go 1.20 (#201)

pull/202/head
John Barton 2023-02-02 12:05:32 +11:00 committed by GitHub
parent cc9e9b7de7
commit 06bf2d6190
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go: [ '1.19', '1.18', '1.17', '1.16', '1.15' ]
go: [ '1.20', '1.19', '1.18', '1.17', '1.16' ]
os: [ ubuntu-latest, macOS-latest, windows-latest ]
name: ${{ matrix.os }} Go ${{ matrix.go }} Tests
steps: