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

'go get' is no longer supported #30

Open
danielbosc opened this issue Nov 26, 2023 · 1 comment
Open

'go get' is no longer supported #30

danielbosc opened this issue Nov 26, 2023 · 1 comment

Comments

@danielbosc
Copy link

The current /readme.md references old "go get" install method which is no longer supported. I was able to install using the below command. We may want to update the documentation.

go install github.com/appgate/sdp-api-client-go/api/v19/openapi@latest
@kajes
Copy link
Contributor

kajes commented Nov 27, 2023

go get is only unsupported for installing executables. The API client, however, is supposed to be used as a package dependency, so go get is still the correct one to use in this context.

See the official note on this: https://go.dev/doc/go-get-install-deprecation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants