aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan C. Mills <bcmills@google.com>2022-01-14 10:08:41 -0500
committermattn <mattn.jp@gmail.com>2022-08-16 14:22:03 +0900
commit595e13285d510654c5a85402f5084f9d429f380c (patch)
tree3ecc18a7cdf928b9f4306e7b32ed2ec35c37462b
parentUpdate supported Go version to Go 1.19 (diff)
downloadgolite-595e13285d510654c5a85402f5084f9d429f380c.tar.gz
golite-595e13285d510654c5a85402f5084f9d429f380c.tar.xz
Retract +incompatible releases
(For #965.) This retraction will take effect when this commit is included in the latest v1 release (presumably v1.14.11).
-rw-r--r--go.mod6
1 files changed, 5 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 3d0854a..89788ab 100644
--- a/go.mod
+++ b/go.mod
@@ -1,3 +1,7 @@
module github.com/mattn/go-sqlite3
-go 1.12
+go 1.16
+
+retract (
+ [v2.0.0+incompatible, v2.0.6+incompatible] // Accidental; no major changes or features.
+)