-
-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # 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
# for free
to join this conversation on GitHub.
Already have an account?
# 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/v2@2.0.4: invalid version: unknown revision 2.0.4
fix:
The text was updated successfully, but these errors were encountered: