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' in module mode is deprecated #28

Closed
deividaspetraitis opened this issue Jan 11, 2022 · 1 comment · Fixed by #29
Closed

'go get' in module mode is deprecated #28

deividaspetraitis opened this issue Jan 11, 2022 · 1 comment · Fixed by #29
Labels
bug Something isn't working

Comments

@deividaspetraitis
Copy link

Describe the bug
Unable to install ssh-manager

To Reproduce
Steps to reproduce the behavior:

go get -u github.com/omegion/ssh-manager
go get: installing executables with 'go get' in module mode is deprecated.
       Use 'go install pkg@version' instead.
       For more information, see https://golang.org/doc/go-get-install-deprecation
       or run 'go help get' or 'go help install'.

Expected behavior
I expect to build ssh-manager localy as per README

Environment:

  • CLI Version (retrieve with ssh-manager version):
  • Operating System/Architecture: Arch Linux
@deividaspetraitis deividaspetraitis added the bug Something isn't working label Jan 11, 2022
@omegion omegion linked a pull request Jan 14, 2022 that will close this issue
@omegion
Copy link
Owner

omegion commented Jan 14, 2022

Thanks for the feedback @deividaspetraitis. I created a PR to use go install ... command instead. Alternatively, you can directly download binaries for your environment. You can find the instructions in README.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants