mirror of
https://github.com/containers/podman.git
synced 2025-08-06 19:44:14 +08:00

Added the module github.com/crc-org/crc/ as a dependency. Updated `decompress.go` and `copy_test.go` in compression so that `CopySparse` from crc-org/crc/v2/pkg/os is used instead of the local version in `copy.go`. Deleted `copy.go` that is not used anymore. Signed-off-by: Mario Loriedo <mario.loriedo@gmail.com>
12 lines
97 B
YAML
12 lines
97 B
YAML
language: go
|
|
|
|
go:
|
|
- tip
|
|
- 1.15.x
|
|
- 1.14.x
|
|
- 1.13.x
|
|
- 1.12.x
|
|
|
|
env:
|
|
- GO111MODULE=on
|