-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Upgrade rpc module to v2.0.3 #10030
Comments
Would you like to submit a PR? |
Hey, I would like to work on this issue. But don't know how to start with it. |
Hi @terrytangyuan, I decided to work on this issue and already made a draft pull request! How can I solve the failure of lint? I just upgraded rpc version |
You can see the diff here: https://github.com/argoproj/argo-workflows/actions/runs/3489313497/jobs/5839692005 I think you need to remove the redundant line. |
Or run |
I ran |
You can run |
@terrytangyuan Hello can you assign this issue to me, I would like to work on it |
As I check, this should upgrade gopkg.in/jcmturner/gokrb5.v5 and github.com/colinmarc/hdfs on workflow/artifacts/hdfs/ |
Signed-off-by: Son Bui <sonbv00@gmail.com>
This should be closed by #11543 |
Signed-off-by: Son Bui <sonbv00@gmail.com> Signed-off-by: Dillen Padhiar <dillen_padhiar@intuit.com>
Summary
The actual version of rpc is depreciated and dates back several years.
The
go.mod
use jcmturner/rpc.v0 v0.0.2 that is decrepeted . It would be interesting to upgrade to version jcmturner/rpc.v2 2.0.3Proposal
Upgrade hdfs v1.1.4 to 2.3.0 it should upgrade the jcmturner/rpc version to the jcmturner/rpc.v2 2.0.3
Message from the maintainers:
Love this enhancement proposal? Give it a 👍. We prioritise the proposals with the most 👍.
The text was updated successfully, but these errors were encountered: