Skip to content

Can't upgrade to version 2.0.5 #812

Closed
@kolaente

Description

@kolaente

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions