opcr-io / policy

CLI for building OPA policies into OCI images
https://www.openpolicycontainers.com
Apache License 2.0
212 stars 12 forks source link

`go install` fails with v0.2.4 due to `replace` directive #153

Closed sakirma closed 9 months ago

sakirma commented 10 months ago
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.

Originally posted by @sakirma in https://github.com/opcr-io/policy/issues/98#issuecomment-1775315634