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

BUILD-486: update installation instructions to use go install #1092

Merged
merged 1 commit into from
Jul 7, 2022

Conversation

nalind
Copy link
Member

@nalind nalind commented Jul 7, 2022

Update instructions to use go install instead of go get to have Go do all of the work of installing the current version of the code.

Note that @latest points go install at the latest tagged release, so until we tag something later than 1.3.1, we'll actually have to use @master, which is probably not recommended for the general case.

Update instructions to use `go install` instead of `go get` to have Go
do all of the work of installing the current version of the code.

Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
@coreydaley
Copy link
Member

/lgtm
/approve

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Jul 7, 2022
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jul 7, 2022

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: coreydaley, nalind

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jul 7, 2022
@openshift-ci openshift-ci bot merged commit bf32af4 into openshift:master Jul 7, 2022
@nalind nalind deleted the readme-install branch July 14, 2022 14:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants