Go get specific version

Hello
I am using goreleaser at the moment for my project. But there has been made some changes to one of the things they are using from someone else that is making me unable to do “go get -u github.com/goreleaser/goreleaser

It is telling me that some files in github.com/kamilsk/retry is missing some imports. I know that an older version of kamilsk/retry works fine.

How do I made goreleaser use a specific version of kamilsk/retry?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.