mirror of https://github.com/mattn/go-sqlite3.git
parent
0709612629
commit
ae4208e73a
|
@ -14,7 +14,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest]
|
||||
go: ['1.11.13', '1.12.17', '1.13.15', '1.14.7', '1.15']
|
||||
go: ['1.12.17', '1.13.15', '1.14.7', '1.15']
|
||||
fail-fast: false
|
||||
env:
|
||||
OS: ${{ matrix.os }}
|
||||
|
@ -64,7 +64,7 @@ jobs:
|
|||
|
||||
strategy:
|
||||
matrix:
|
||||
go: ['1.11.13', '1.12.17', '1.13.15', '1.14.7', '1.15']
|
||||
go: ['1.12.17', '1.13.15', '1.14.7', '1.15']
|
||||
fail-fast: false
|
||||
env:
|
||||
OS: windows-latest
|
||||
|
|
Loading…
Reference in New Issue