Commit Graph

2 Commits

Author SHA1 Message Date
Valentin Rothberg e17483b871 bump to golangci-lint v1.50.0
Used `go fmt` rules to migrate away from deprecated functions, for
instance `gofmt -w -s -r 'ioutil.TempDir(a, b) -> os.MkdirTemp(a, b)'`

Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
2022-10-17 15:03:07 +02:00
Aditya R 3d17f9ca5f pkg: migrate hooks from podman to common
pkg/hooks is migrated from https://github.com/containers/podman/tree/main/pkg/hooks so both podman and buildah
can share it.

[NO NEW TESTS NEEDED]
[NO TESTS NEEDED]

Signed-off-by: Aditya R <arajan@redhat.com>
2022-06-23 10:11:57 +05:30