diff --git a/podman.yaml b/podman.yaml index 7091263b95e..7613ba37761 100644 --- a/podman.yaml +++ b/podman.yaml @@ -1,7 +1,7 @@ package: name: podman version: 5.3.1 - epoch: 0 + epoch: 1 description: "A tool for managing OCI containers and pods" copyright: - license: Apache-2.0 @@ -46,6 +46,10 @@ pipeline: tag: v${{package.version}} expected-commit: 4cbdfde5d862dcdbe450c0f1d76ad75360f67a3c + - uses: go/bump + with: + deps: golang.org/x/crypto@v0.31.0 + - runs: | make # Would be great to run these tests eventually, but requires podman and a privileged container to do networking stuff