You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.
Run go mod verify instead for go modules. Note, this just verifies the integrity of modules in the local
cache. We would have instead wanted to verify the vendored code (since CI will still use the vendored packages atleast in the beginning ), but that is still not supported. golang/go#27348
The text was updated successfully, but these errors were encountered:
While we move to go modules, perform the dep check for repos
that still use dep.
Run `go mod verify` instead for go modules.
Note, this just verifies the integrity of modules in the local
cache. We would have instead wanted to verify the vendored code
here, but that is still not supported.
golang/go#27348Fixes#1879
Signed-off-by: Archana Shinde <archana.m.shinde@intel.com>
Reference: kata-containers/kata-containers#42
Run
go mod verify
instead for go modules. Note, this just verifies the integrity of modules in the localcache. We would have instead wanted to verify the vendored code (since CI will still use the vendored packages atleast in the beginning ), but that is still not supported.
golang/go#27348
The text was updated successfully, but these errors were encountered: