Skip to content
New issue

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

Incompaitalbe go module path with semantic versioning #316

Open
mortyccp opened this issue Dec 17, 2019 · 1 comment
Open

Incompaitalbe go module path with semantic versioning #316

mortyccp opened this issue Dec 17, 2019 · 1 comment

Comments

@mortyccp
Copy link

Fail to go get version with go 1.13 and got the error message

go get github.com/rwynn/monstache@v5.4.2: github.com/rwynn/monstache@v5.4.2: invalid version: module contains a go.mod file, so major version must be compatible: should be v0 or v1, not v5

Related issue: golang/go#35732

@rwynn
Copy link
Owner

rwynn commented Dec 18, 2019

@mortyccp until this is fixed you can probably work around by using

// this commit is tagged v6.4.2
go get github.com/rwynn/monstache@1e02e02

where you ref the commit for the versioned release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants