mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-26 03:29:02 +00:00
Merge pull request #2435 from Pennyzct/arm_ci_bug_fix_2020_2_4
AArch64: fix golint error on ARM CI.
This commit is contained in:
commit
a90dde04c4
1
Gopkg.lock
generated
1
Gopkg.lock
generated
@ -795,6 +795,7 @@
|
|||||||
"github.com/opencontainers/runc/libcontainer/cgroups/systemd",
|
"github.com/opencontainers/runc/libcontainer/cgroups/systemd",
|
||||||
"github.com/opencontainers/runc/libcontainer/configs",
|
"github.com/opencontainers/runc/libcontainer/configs",
|
||||||
"github.com/opencontainers/runc/libcontainer/specconv",
|
"github.com/opencontainers/runc/libcontainer/specconv",
|
||||||
|
"github.com/opencontainers/runc/libcontainer/system",
|
||||||
"github.com/opencontainers/runc/libcontainer/utils",
|
"github.com/opencontainers/runc/libcontainer/utils",
|
||||||
"github.com/opencontainers/runtime-spec/specs-go",
|
"github.com/opencontainers/runtime-spec/specs-go",
|
||||||
"github.com/opentracing/opentracing-go",
|
"github.com/opentracing/opentracing-go",
|
||||||
|
@ -54,7 +54,7 @@ var (
|
|||||||
"source": "rootless",
|
"source": "rootless",
|
||||||
})
|
})
|
||||||
|
|
||||||
//The function is declared this way for mocking in unit tests
|
// IsRootless is declared this way for mocking in unit tests
|
||||||
IsRootless = isRootlessFunc
|
IsRootless = isRootlessFunc
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user