We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compiling the latest main code with golang 1.19.1 on Linux generates error:
go: github.com/mattn/[email protected]+incompatible: reading github.com/mattn/go-sqlite3/go.mod at revision v2.0.3: unknown revision v2.0.3 go: github.com/mattn/[email protected]+incompatible: reading github.com/mattn/go-sqlite3/go.mod at revision v2.0.3: unknown revision v2.0.3
most likely related to: mattn/go-sqlite3#975
Would you update go.mod / go.sum with the v1.14.x version, v2.0.x is invalid. Thank you.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Compiling the latest main code with golang 1.19.1 on Linux generates error:
most likely related to:
mattn/go-sqlite3#975
Would you update go.mod / go.sum with the v1.14.x version, v2.0.x is invalid.
Thank you.
The text was updated successfully, but these errors were encountered: