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

Documented go install method fails with 0.1.43 due to replace directive. #98

Closed
bleggett opened this issue Nov 29, 2022 · 1 comment · Fixed by #104
Closed

Documented go install method fails with 0.1.43 due to replace directive. #98

bleggett opened this issue Nov 29, 2022 · 1 comment · Fixed by #104
Assignees

Comments

@bleggett
Copy link

This is the same bug as #61 - but recently another replace directive was added in go.mod and the issue resurfaced, meaning people cannot install this CLI tool in the documented fashion.

Suggestion: Add a CI step that tests go install

dmihalcik-virtru added a commit to dmihalcik-virtru/backend that referenced this issue Dec 27, 2022
- This was missed in opentdf/backend#356
- See linked upstream (unfixed) bug: opcr-io/policy#98
@gertd gertd self-assigned this Jan 5, 2023
@gertd gertd closed this as completed in #104 Jan 5, 2023
@sakirma
Copy link

sakirma commented Oct 23, 2023

Hello,

I believe someone accidentally added back the replace to the go.mod folder. If you look back to the go.mod file, then you can see it again.

The reason why I am opening this issue again is because I can't run the go install command anymore on the latest tag.

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

Successfully merging a pull request may close this issue.

3 participants