We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The compiled binaries are out of date. Anyway you could update those with the newer commits?
The text was updated successfully, but these errors were encountered:
I forked this project. You can see it here. https://github.com/f9n/nexus-cli
Sorry, something went wrong.
You could use go.mod and the last golang version to build it
go.mod
echo "module github.com/mlabouardy/nexus-cli" > ./go.mod go mod tidy go build -o main .
No branches or pull requests
The compiled binaries are out of date. Anyway you could update those with the newer commits?
The text was updated successfully, but these errors were encountered: