Closed
Description
I can't upgrade to version 2.0.5 on go 1.14:
$ go get -u github.com/mattn/[email protected]
go: finding github.com/mattn/go-sqlite3 v2.0.5
go get github.com/mattn/[email protected]: github.com/mattn/[email protected]: invalid version: module contains a go.mod file, so major version must be compatible: should be v0 or v1, not v2
I suspect this is because go-sqlite3 does not respect the go module semantic versioning path.
I'll try to send a fix.
Related: golang/go#35732
Metadata
Metadata
Assignees
Labels
No labels