-
Notifications
You must be signed in to change notification settings - Fork 54
Conversation
This depends on #461 The test is currently expected to fail, because in the current version of that PR the go.sum file was not up-to-date ( |
Worked as expected (https://cloudnative-k8sci.southcentralus.cloudapp.azure.com/job/pmem-csi/view/change-requests/job/PR-466/1/console):
|
I didn't know that. There's no such TODO in Lines 23 to 36 in 56dce6a
I can try to fix it. But unless I come up with something, we can't merge #461. Having our process in working shape is more important than moving to Go 1.13. |
TODO was in Commit message:
I agree. |
I read that once, but didn't go back to check whether it's still there. It also doesn't show up in the GitHub diffs and would not have been found by "git grep TODO" if we had merged the PR. When the PR was no longer marked as WIP, I assumed that it is complete. Anyway, please cherry-pick 9682ae7 into your branch. |
3832a70
to
43dfe7f
Compare
"go mod tidy && go mod vendor" is something that should be done before committing a dependency change, but may be overlooked. Therefore we should enforce it with a test.
43dfe7f
to
fd182b0
Compare
@avalluri : rebased, please approve. |
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.
Looks good to me.
Ensure that go.mod, go.sum and vendor are up-to-date.