Closed vashirov closed 3 years ago
OpenShift CI doesn't allow internet access during tests, and our make tests fails since it tries to fetch dependencies over network.
make tests
In addition to that, Golang 1.15 made -mod=vendor as the default flag. So I think it makes sense to add /vendor.
-mod=vendor
/vendor
OpenShift CI doesn't allow internet access during tests, and our
make tests
fails since it tries to fetch dependencies over network.In addition to that, Golang 1.15 made
-mod=vendor
as the default flag. So I think it makes sense to add/vendor
.