raise minimum Go version to 1.21

This commit is contained in:
Yasuhiro Matsumoto
2026-04-03 17:38:29 +09:00
parent b23d54cb76
commit efae5e7686
4 changed files with 102 additions and 379 deletions

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/mattn/go-sqlite3
go 1.19
go 1.21
retract (
[v2.0.0+incompatible, v2.0.6+incompatible] // Accidental; no major changes or features.