Commit f24f18e
Charlie Egan
Retract pre go module OPA versions (#5741)
We have two versions of our go package docs showing in https://pkg.go.dev/.
A) open-policy-agent/OPA &
B) https://pkg.go.dev/github.com/open-policy-agent/opa
A appears to contain only versions up to 0.15.0 where we started using
go modules. B is the correct one we want to keep using.
According to advice here: golang/go#58925, we
need to retract the old versions to have this page disappear. Given the
time that has passed since the 0.15.0 release I hope we can make this
change now.
Signed-off-by: Charlie Egan <[email protected]>1 parent 85a10ff commit f24f18e
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
0 commit comments