My project has an indirect dependency on container-libs. We are bumping SELinux package to fix a CVE and now our builds are failing with:
# go.podman.io/storage
vendor/go.podman.io/storage/userns.go:334:29: undefined: securejoin.OpenInRoot
vendor/go.podman.io/storage/userns.go:340:20: undefined: securejoin.Reopen
I see this is already fixed on main (#448), just curious when a release will be scheduled which contains this fix?