-
-
Notifications
You must be signed in to change notification settings - Fork 44
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
Failure to install using go install
#3017
Comments
Thank you for your report.
I fixed the issue of urfave/cli/v2, but the fix hasn't been released yet, so we need to use Could you install aqua by another way? |
Thank you for your prompt response and the detailed explanation. I have successfully installed aqua using an alternative method as suggested in the documentation. My primary intention was to report that the installation method using Thank you again for your assistance and for your continued efforts to improve |
This issue will be solved at the next release. urfave/cli/v2 v2.27.3 was out, so we don't have to use |
v2.31.0 is out 🎉 |
Description
I encountered an issue when trying to install
aqua
using the following command:The installation fails with the following error message:
I believe the cause of this issue is the
replace
directive present in the currentgo.mod
file in the main branch. The specific line is:Steps to Reproduce
Run the following command in the terminal:
Environment
go version: go1.22.5
os: Ubuntu 20.04.3
cpu: x86_64
The text was updated successfully, but these errors were encountered: