Skip to content

Commit 0eb0d18

Browse files
committed
Removed Golang:1.8
Updated package for follow official Golang Release Policy.
1 parent a5cc8a2 commit 0eb0d18

File tree

2 files changed

+2
-20
lines changed

2 files changed

+2
-20
lines changed

.travis.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -18,30 +18,11 @@ env:
1818
- GOTAGS=sqlite_vtable
1919

2020
go:
21-
- 1.8.x
2221
- 1.9.x
2322
- 1.10.x
2423

2524
matrix:
2625
include:
27-
- os: linux
28-
go: 1.8.x
29-
env: GOTAGS= GOOS=windows GOARCH=amd64
30-
- os: linux
31-
go: 1.8.x
32-
env: GOTAGS=libsqlite3 GOOS=windows GOARCH=amd64
33-
- os: linux
34-
go: 1.8.x
35-
env: GOTAGS="sqlite_allow_uri_authority sqlite_app_armor sqlite_foreign_keys sqlite_fts5 sqlite_icu sqlite_introspect sqlite_json sqlite_secure_delete sqlite_see sqlite_stat4 sqlite_trace sqlite_userauth" GOOS=windows GOARCH=amd64
36-
- os: linux
37-
go: 1.8.x
38-
env: GOTAGS=sqlite_vacuum_full GOOS=windows GOARCH=amd64
39-
- os: linux
40-
go: 1.8.x
41-
env: GOTAGS=sqlite_vacuum_incr GOOS=windows GOARCH=amd64
42-
- os: linux
43-
go: 1.8.x
44-
env: GOTAGS=sqlite_vtable GOOS=windows GOARCH=amd64
4526
- os: linux
4627
go: 1.9.x
4728
env: GOTAGS= GOOS=windows GOARCH=amd64

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@ go-sqlite3
1111
sqlite3 driver conforming to the built-in database/sql interface
1212

1313
Supported Golang version:
14-
- 1.8.x
1514
- 1.9.x
1615
- 1.10.x
1716

17+
[This package follows the official Golang Release Policy.](https://golang.org/doc/devel/release.html#policy)
18+
1819
### Overview
1920

2021
- [Installation](#installation)

0 commit comments

Comments
 (0)