Skip to content
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

Upgrade testify v1.7.1 #426

Merged
merged 1 commit into from
May 17, 2022

Conversation

zeeke
Copy link
Member

@zeeke zeeke commented May 13, 2022

This commit should fix CI errors like this, as they are due to github.com/axw/gocov v1.1.0 that change the testify dependencies while go getting:

...
building gocov...
go: downloading github.com/axw/gocov v1.1.0
go get: added github.com/axw/gocov v1.1.0
go get: upgraded github.com/stretchr/testify v1.7.0 => v1.7.1

Not sure if it's the best solution to this problem, or if it's worth refactoring the build and removing the GOPATH=./.gopath hack.

Go getting github.com/axw/gocov v1.1.0 update testify to
v1.7.1

Signed-off-by: Andrea Panattoni <apanatto@redhat.com>
@SchSeba
Copy link
Collaborator

SchSeba commented May 17, 2022

@adrianchiris can you please have a look?

Copy link
Collaborator

@e0ne e0ne left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Collaborator

@Eoghan1232 Eoghan1232 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@adrianchiris adrianchiris merged commit 9880c2f into k8snetworkplumbingwg:master May 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants