-
-
Notifications
You must be signed in to change notification settings - Fork 111
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
Installation section of README.md is the wrong path #405
Comments
Thanks, I've updated it now (removed the specific version identifier as it's not needed) |
Just testing this without the version identifier and it appears to be picking up an older version of the installer prior to this change
Resolved by scoping installer to v2.0.8 - change |
12 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Software versions
go version
go env
Expected behaviour
go get or go install pact-go is suppose to work with a specific version for v2.
Actual behaviour
Currently, it is unable to install a specific version in version 2.
Steps to reproduce
run the go get command on a fresh system.
Relevent log files
go: github.com/pact-foundation/pact-go/[email protected]: invalid version: unknown revision 2.0.4
fix:
The text was updated successfully, but these errors were encountered: