Type of issue
technical debt
Description of issue
Latest opencontainers/selinux uses code from io/fs, new to go 1.16... but gated with a build tag.
go mod vendor in go <1.15.10 will fail with an error when it cannot find io/fs (since it was added in go 1.16).
EPEL is providing go 1.15.5 - so the rpmbuild CI task will fail if the new opencontainers/selinux is brought in.