Skip to content

Conversation

@physcat
Copy link
Contributor

@physcat physcat commented May 8, 2021

New version of go will ignore v2.x.x tags unless it is explicit in the go.mod

go get github.com/gomatic/renderizer/cmd/renderizer currently default to v1.0.1 and the file structure is different on that version so the get will fail.

With this patch go get github.com/gomatic/renderizer/v2/cmd/renderizer should work as expected.

@nicerobot nicerobot self-assigned this May 8, 2021
Copy link
Member

@nicerobot nicerobot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. I'll take a look a little later today.

@nicerobot nicerobot merged commit 178410f into gomatic:master May 9, 2021
@physcat
Copy link
Contributor Author

physcat commented May 9, 2021

Hi, @nicerobot, I missed one point: You'll have to do a new tag maybe v2.0.13 for the final part.

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

Successfully merging this pull request may close these issues.

2 participants