diff options
author | Bryan C. Mills <bcmills@google.com> | 2022-01-14 10:08:41 -0500 |
---|---|---|
committer | mattn <mattn.jp@gmail.com> | 2022-08-16 14:22:03 +0900 |
commit | 595e13285d510654c5a85402f5084f9d429f380c (patch) | |
tree | 3ecc18a7cdf928b9f4306e7b32ed2ec35c37462b | |
parent | Update supported Go version to Go 1.19 (diff) | |
download | golite-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.mod | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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. +) |