mirror of
https://github.com/containers/podman.git
synced 2025-10-17 03:04:21 +08:00
vendor: update c/common
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
4
vendor/github.com/checkpoint-restore/go-criu/v7/.golangci.yml
generated
vendored
4
vendor/github.com/checkpoint-restore/go-criu/v7/.golangci.yml
generated
vendored
@ -16,3 +16,7 @@ linters:
|
||||
linters-settings:
|
||||
exhaustive:
|
||||
default-signifies-exhaustive: true
|
||||
gosec:
|
||||
excludes:
|
||||
# https://github.com/securego/gosec/issues/1185
|
||||
- G115
|
||||
|
3
vendor/github.com/checkpoint-restore/go-criu/v7/README.md
generated
vendored
3
vendor/github.com/checkpoint-restore/go-criu/v7/README.md
generated
vendored
@ -62,7 +62,8 @@ The following table shows the relation between go-criu and criu versions:
|
||||
|
||||
| Major version | Latest release | CRIU version |
|
||||
| -------------- | -------------- | ------------ |
|
||||
| v7 | 7.1.0 | 3.18 |
|
||||
| v7 | 7.2.0 | 3.19 |
|
||||
| v7 | 7.0.0 | 3.18 |
|
||||
| v6 | 6.3.0 | 3.17 |
|
||||
| v5 | 5.3.0 | 3.16 |
|
||||
| v5 | 5.0.0 | 3.15 |
|
||||
|
Reference in New Issue
Block a user