Version
Describe the bug
Current version of the buildah in the release is 1.23.1 . I suspect ubuntu repos/package was out of date during release as it has to be there, but it was not 🤷
Feature for --mount=type=cache was merged and released in v1.28.2
Bellow fails:
RUN --mount=type=cache,target=/go/pkg/mod \
go mod download
Steps to reproduce, workflow links, screenshots
Would be good to cut maintenance release to bump buildah version.
Version
Describe the bug
Current version of the buildah in the release is
1.23.1. I suspect ubuntu repos/package was out of date during release as it has to be there, but it was not 🤷Feature for
--mount=type=cachewas merged and released inv1.28.2Bellow fails:
Steps to reproduce, workflow links, screenshots
Would be good to cut maintenance release to bump buildah version.