Add go 1.20 to workflow matrix, remove 1.17 (#1136)

Closes #1129
sqlite-amalgamation-3420000
Connor Hindley 2023-02-15 21:42:36 -07:00 committed by GitHub
parent 7ce62b2ade
commit 819cc0ddf2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
go: ['1.17', '1.18', '1.19']
go: ['1.18', '1.19', '1.20']
fail-fast: false
env:
OS: ${{ matrix.os }}
@ -64,7 +64,7 @@ jobs:
strategy:
matrix:
go: ['1.17', '1.18', '1.19']
go: ['1.18', '1.19', '1.20']
fail-fast: false
env:
OS: windows-latest