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

chore(kuma-cp) do not upgrade ginkgo/gomega with every dev/tools run #678

Merged
merged 1 commit into from
Apr 15, 2020

Conversation

jakubdyszkiewicz
Copy link
Contributor

Summary

In our makefile we had

go get -u github.com/onsi/ginkgo/ginkgo

which means that on every make dev/tools run, we update Ginkgo to the newest version which may not be reliable.
In this case Ginkgo upgraded github.com/golang/protobuf which broke our code

@jakubdyszkiewicz jakubdyszkiewicz requested review from a team and lobkovilya April 14, 2020 13:01
@jakubdyszkiewicz jakubdyszkiewicz merged commit 7ef2c53 into master Apr 15, 2020
@jakubdyszkiewicz jakubdyszkiewicz deleted the chore/ci-ginkgo-version branch April 15, 2020 08:45
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.

None yet

2 participants