Drop go1.11 (#852)

* Drop go1.11

* Use go1.12
move-code
mattn 2020-11-17 10:04:27 +09:00 committed by GitHub
parent 0709612629
commit ae4208e73a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ jobs:
strategy: strategy:
matrix: matrix:
os: [ubuntu-latest, macos-latest] 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 fail-fast: false
env: env:
OS: ${{ matrix.os }} OS: ${{ matrix.os }}
@ -64,7 +64,7 @@ jobs:
strategy: strategy:
matrix: 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 fail-fast: false
env: env:
OS: windows-latest OS: windows-latest

2
go.mod
View File

@ -1,3 +1,3 @@
module github.com/mattn/go-sqlite3 module github.com/mattn/go-sqlite3
go 1.10 go 1.12