GoogleCloudPlatform / cloud-run-proxy

Local proxy for authenticating requests to Cloud Run
Apache License 2.0
127 stars 20 forks source link

Change installation step to go install @latest #13

Closed bschaatsbergen closed 2 years ago

bschaatsbergen commented 2 years ago

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.