-
Notifications
You must be signed in to change notification settings - Fork 371
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
feat(go): add support for bumping a Go version file #1089
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small nit requesting an additional test case. I apologize for the slow review, feel free to assign a PR to someone explicitly if this ever happens.
.onCall(0) | ||
.rejects(Object.assign(Error('not found'), {status: 404})); | ||
.withArgs('version.go', 'master') | ||
.resolves(buildFileContent('version.go')); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it might be worth adding a test case that confirms that a missing version.go
is a noop
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@codyoss we have this huge refactor which I think is pretty much ready to land: https://github.com/chingor13/rp3 @chingor13 should we land this, and merge it into your refactor. Or land your refactor and merge this work into it? |
@codyoss okay, refactor is complete, sorry for doing that to you. |
Reimplemented in #1112 |
No description provided.