-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Closed
Labels
Description
Description
With go1.18, I get
go: inconsistent vendoring in /home/zhsj/go/src/github.com/containerd/containerd:
github.com/containerd/containerd: is marked as replaced in vendor/modules.txt, but not replaced in go.mod
To ignore the vendor directory, use -mod=readonly or -mod=mod.
To sync the vendor directory, run:
go mod vendor
Go upstream thinks it should be fixed in containerd instead. Ref golang/go#51285
Steps to reproduce the issue
Describe the results you received and expected
No error
What version of containerd are you using?
main
Any other relevant information
No response
Show configuration if it is related to CRI plugin.
No response
dev-x-masterphanhuyn and dev-x-master