Bump github.com/containers/storage from 1.33.2 to 1.34.0

Bumps [github.com/containers/storage](https://github.com/containers/storage) from 1.33.2 to 1.34.0.
- [Release notes](https://github.com/containers/storage/releases)
- [Changelog](https://github.com/containers/storage/blob/main/docs/containers-storage-changes.md)
- [Commits](https://github.com/containers/storage/compare/v1.33.2...v1.34.0)

---
updated-dependencies:
- dependency-name: github.com/containers/storage
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
dependabot[bot]
2021-08-10 08:26:45 +00:00
committed by Daniel J Walsh
parent 252af41dba
commit a23b9f532d
11 changed files with 118 additions and 16 deletions

View File

@@ -1,6 +1,5 @@
#!/usr/bin/env bash
if test $(${GO:-go} env GOOS) != "linux" ; then
echo no_libsubid
exit 0
fi
tmpdir="$PWD/tmp.$RANDOM"
@@ -15,6 +14,6 @@ int main() {
return 0;
}
EOF
if test $? -ne 0 ; then
echo no_libsubid
if test $? -eq 0 ; then
echo libsubid
fi