Skip to content

Commit

Permalink
Drop go1.11 (#852)
Browse files Browse the repository at this point in the history
* Drop go1.11

* Use go1.12
  • Loading branch information
mattn committed Nov 17, 2020
1 parent 0709612 commit ae4208e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yaml
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion go.mod
@@ -1,3 +1,3 @@
module github.com/mattn/go-sqlite3

go 1.10
go 1.12

0 comments on commit ae4208e

Please sign in to comment.