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

Example in Readme is wrong #271

Open
ProfaneServitor opened this issue Aug 31, 2024 · 1 comment
Open

Example in Readme is wrong #271

ProfaneServitor opened this issue Aug 31, 2024 · 1 comment
Assignees
Labels
question Further information is requested

Comments

@ProfaneServitor
Copy link

Running

go run github.com/Jigsaw-Code/outline-sdk/x/examples/outline-cli@latest -transport "ss://<outline-server-access-key>"

Gives this error:

package github.com/Jigsaw-Code/outline-sdk/x/examples/outline-cli@latest: cannot use path@version syntax in GOPATH mode

Allowing it to run this syntax gives this error:

package github.com/Jigsaw-Code/outline-sdk/x/examples/outline-cli@latest: can only use path@version syntax with 'go get'
@sbruens sbruens assigned sbruens and jyyi1 and unassigned sbruens Sep 3, 2024
@jyyi1
Copy link
Contributor

jyyi1 commented Sep 3, 2024

What version of Go are you on? I believe this error occurs for older installations. We require Go 1.21.

@jyyi1 jyyi1 added the question Further information is requested label Sep 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants