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

Fix for go install #436

Closed
wants to merge 2 commits into from
Closed

Fix for go install #436

wants to merge 2 commits into from

Conversation

mjlshen
Copy link
Contributor

@mjlshen mjlshen commented Apr 6, 2022

By moving the contents of command into a command/pd subdirectory, go install can now be used to install a binary.

I updated the README to demonstrate an example for latest, since the instructions won't work for v1.5.0, but maybe when the next version is released the example in the README can be pinned to a version?

Fixes #435

…inary named pd

Signed-off-by: Michael Shen <mshen@redhat.com>
Signed-off-by: Michael Shen <mshen@redhat.com>
@mjlshen mjlshen changed the title Fix for "go install" Fix for go install Apr 19, 2022
@mjlshen
Copy link
Contributor Author

mjlshen commented Apr 19, 2022

@theckman Not sure if you have cycles to review this - totally ok if you don't, but if I should ping someone else please let me know, thanks!

@mjlshen
Copy link
Contributor Author

mjlshen commented Apr 23, 2022

Tagging @stmcallister - noticed that you've reviewed other PRs

@theckman
Copy link
Collaborator

I think we need to figure out what we want to do with the command line tool. There's been a discussion in the past about this being removed from the project. I wonder if it makes sense to ask a PagerDuty employee to create a new repo, and migrate the code there so that it's go-getable.

@stmcallister would that be something we could make happen?

@ChuckCrawford ChuckCrawford added the open question there is an open question on the issue / PR label Sep 21, 2022
@sodabrew
Copy link

Subscribe. watching for Go 1.19 compatibility to go install... the cli.

@mjlshen mjlshen closed this by deleting the head repository Aug 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cli open question there is an open question on the issue / PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update install instructions for "go install"
4 participants