Update dependencies and go1.18 (#1873)
* Update dependencies and go1.18 * Exclude unnecessary linters and update build to go1.18
This commit is contained in:
8
vendor/modernc.org/sqlite/generator.go
generated
vendored
8
vendor/modernc.org/sqlite/generator.go
generated
vendored
@@ -254,12 +254,12 @@ var (
|
||||
sz int
|
||||
dev bool
|
||||
}{
|
||||
{sqliteDir, "https://www.sqlite.org/2022/sqlite-amalgamation-3380500.zip", 2457, false},
|
||||
{sqliteSrcDir, "https://www.sqlite.org/2022/sqlite-src-3380500.zip", 12814, false},
|
||||
{sqliteDir, "https://www.sqlite.org/2022/sqlite-amalgamation-3390200.zip", 2457, false},
|
||||
{sqliteSrcDir, "https://www.sqlite.org/2022/sqlite-src-3390200.zip", 12814, false},
|
||||
}
|
||||
|
||||
sqliteDir = filepath.FromSlash("testdata/sqlite-amalgamation-3380500")
|
||||
sqliteSrcDir = filepath.FromSlash("testdata/sqlite-src-3380500")
|
||||
sqliteDir = filepath.FromSlash("testdata/sqlite-amalgamation-3390200")
|
||||
sqliteSrcDir = filepath.FromSlash("testdata/sqlite-src-3390200")
|
||||
)
|
||||
|
||||
func download() {
|
||||
|
||||
Reference in New Issue
Block a user