-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bump gopkg.in/yaml.v2 #248
Conversation
/cc @vrindle |
Is it possible to get this reviewed / merged? |
Pull Request Test Coverage Report for Build 4578482332Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
cc @SchSeba |
e129d74
to
f2f5c09
Compare
there is an issue with the go-lint but there is no output :( I will need to try and run it locally with the same version to see if it also failed on my laptop |
Thanks @SchSeba, please let me know if any additional output is provided. |
@e0ne, @adrianchiris can we have some clues about Mellanox CI failure? |
@adrianchiris @e0ne Looks like the Mellanox CI is no longer auto-failing, but it has been stuck on pending for over 24 hours. Any idea as to how we can get this PR merged? |
f8354a2
to
a2b1e1e
Compare
/test-all |
/test-all |
Upgrade gopkg.in/yaml.v2 prior to v2.2.4. Currently this outdated version is indirectly references as follows: github.com/stretchr/testify requires gopkg.in/yaml.v2 v2.2.2 github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0 requires gitub.com/stretchr/testify v1.5.1, and is required by a number of packages. To upgrade from yaml <v2.2.4, ginkgo must be migrated to v2. Additionally, bump the versions of the following to remove indirect dependencies on outdated version of ginkgo, gomega, and slim-sprig: github.com/onsi/gomega github.com/containernetworking/cni github.com/containernetworking/plugins Signed-off-by: Salvatore Daniele <sdaniele@redhat.com>
Signed-off-by: Sebastian Sch <sebassch@gmail.com>
Signed-off-by: Sebastian Sch <sebassch@gmail.com>
a2b1e1e
to
cacd058
Compare
Hi @zeeke is it possible to get this merged? Looks like the Mellanox CI is running / passing |
/lgtm |
Upgrade gopkg.in/yaml.v2 prior to v2.2.4. Currently this outdated version is indirectly references as follows:
github.com/stretchr/testify requires gopkg.in/yaml.v2 v2.2.2
github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0 requires gitub.com/stretchr/testify v1.5.1, and is required by a number of packages.
To upgrade from yaml <v2.2.4, ginkgo must be migrated to v2.
Additionally, bump the versions of the following to remove indirect dependencies on outdated version of ginkgo, gomega, and slim-sprig:
github.com/onsi/gomega
github.com/containernetworking/cni
github.com/containernetworking/plugins