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

Change installation step to go install @latest #13

Merged
merged 1 commit into from
Sep 23, 2022
Merged

Change installation step to go install @latest #13

merged 1 commit into from
Sep 23, 2022

Conversation

bschaatsbergen
Copy link
Contributor

If I don't have the repo cloned, running go get github.com/GoogleCloudPlatform/cloud-run-proxy results into the following:

bruno@pop-os ~/GitHub> go get github.com/GoogleCloudPlatform/cloud-run-proxy                                                                                                                                                                                                                                          (base) 
go: go.mod file not found in current directory or any parent directory.
        'go get' is no longer supported outside a module.
        To build and install a command, use 'go install' with a version,
        like 'go install example.com/cmd@latest'
        For more information, see https://golang.org/doc/go-get-install-deprecation
        or run 'go help get' or 'go help install'.
bruno@pop-os ~/GitHub [1]>                         

As as user I would preferably see a go install reference to avoid having to clone the repo.

@sethvargo sethvargo merged commit 5debf9d into GoogleCloudPlatform:main Sep 23, 2022
@bschaatsbergen bschaatsbergen deleted the change/install-in-readme branch September 23, 2022 17:58
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.

None yet

2 participants