forked from mirror/go-sqlite3
Update supported Go version to Go 1.19
This commit is contained in:
parent
3ccccfb4c9
commit
fd616a2f47
|
@ -14,7 +14,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, macos-latest]
|
os: [ubuntu-latest, macos-latest]
|
||||||
go: ['1.16', '1.17', '1.18']
|
go: ['1.17', '1.18', '1.19']
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
env:
|
env:
|
||||||
OS: ${{ matrix.os }}
|
OS: ${{ matrix.os }}
|
||||||
|
@ -64,7 +64,7 @@ jobs:
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
go: ['1.16', '1.17', '1.18']
|
go: ['1.17', '1.18', '1.19']
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
env:
|
env:
|
||||||
OS: windows-latest
|
OS: windows-latest
|
||||||
|
|
Loading…
Reference in New Issue