File tree Expand file tree Collapse file tree 2 files changed +2
-20
lines changed Expand file tree Collapse file tree 2 files changed +2
-20
lines changed Original file line number Diff line number Diff line change 18
18
- GOTAGS=sqlite_vtable
19
19
20
20
go :
21
- - 1.8.x
22
21
- 1.9.x
23
22
- 1.10.x
24
23
25
24
matrix :
26
25
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
45
26
- os : linux
46
27
go : 1.9.x
47
28
env : GOTAGS= GOOS=windows GOARCH=amd64
Original file line number Diff line number Diff line change @@ -11,10 +11,11 @@ go-sqlite3
11
11
sqlite3 driver conforming to the built-in database/sql interface
12
12
13
13
Supported Golang version:
14
- - 1.8.x
15
14
- 1.9.x
16
15
- 1.10.x
17
16
17
+ [ This package follows the official Golang Release Policy.] ( https://golang.org/doc/devel/release.html#policy )
18
+
18
19
### Overview
19
20
20
21
- [ Installation] ( #installation )
You can’t perform that action at this time.
0 commit comments