Skip to content
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

chore: use go install instead of deprecated go get #8333

Merged
merged 2 commits into from
Feb 2, 2022

Conversation

crenshaw-dev
Copy link
Member

Looks like go get is deprecated for installing binaries.

I've made these changes without 100% knowing the context in which these commands are run, so please review carefully. :-)

Signed-off-by: Michael Crenshaw <michael@crenshaw.dev>
@crenshaw-dev crenshaw-dev mentioned this pull request Feb 1, 2022
10 tasks
@codecov
Copy link

codecov bot commented Feb 1, 2022

Codecov Report

Merging #8333 (dc92c41) into master (596a643) will decrease coverage by 0.00%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #8333      +/-   ##
==========================================
- Coverage   41.91%   41.91%   -0.01%     
==========================================
  Files         177      178       +1     
  Lines       22994    23003       +9     
==========================================
+ Hits         9639     9641       +2     
- Misses      11972    11979       +7     
  Partials     1383     1383              
Impacted Files Coverage Δ
util/settings/settings.go 47.08% <0.00%> (ø)
controller/appcontroller.go 51.82% <0.00%> (ø)
controller/metrics/workqueue.go 12.50% <0.00%> (ø)
controller/metrics/metrics.go 80.13% <0.00%> (+0.13%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 596a643...dc92c41. Read the comment docs.

Signed-off-by: Michael Crenshaw <michael@crenshaw.dev>
Copy link
Collaborator

@alexmt alexmt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes looks good! LGTM

@alexmt
Copy link
Collaborator

alexmt commented Feb 1, 2022

@crenshaw-dev Github won't let merging this PR until it is in a "draft".

@crenshaw-dev crenshaw-dev marked this pull request as ready for review February 2, 2022 02:26
@crenshaw-dev
Copy link
Member Author

@alexmt yeah I was tryna run e2e tests locally before marking ready, but I guess it's fine to trust the CI checks. 😄

@alexmt alexmt merged commit d2b5697 into argoproj:master Feb 2, 2022
alexmt pushed a commit that referenced this pull request Feb 2, 2022
* chore: use go install instead of deprecated go get

Signed-off-by: Michael Crenshaw <michael@crenshaw.dev>

* docs: readme fixes

Signed-off-by: Michael Crenshaw <michael@crenshaw.dev>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants