-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
changing to modules from dependencies #869
Conversation
build succeed locally with go version 1.13.3 |
Hi @prary thanks for the PR (very happy to see this change)! I took a look at the travis failures and it looks like at least one failure was caused by the name change on the Let me know if there is anything I can do to help. Cheers |
Hi @cvgw intentionally that change is added as Highwayhash breaks with the latest go and latest highwayhash version. Hence I had uptick the golang version as well. |
@prary I apologize for not being more clear in my first message I see that as part of updating kaniko to use modules the name of the However, it looks like the pkg in |
These lines from the travis build are what caught my eye
|
@prary when I checkout your branch locally and run I also noticed that When I upgraded |
@tejal29 can we remove |
should we remove vendor dir since go 1.13 supports module mirroring? |
@cvgw yes. We can definitely remove hack/dep.sh as part of this change. |
removing vendor dir, slows down travis a lot. we shd keep it. |
* disable linters that are now enabled by default in new version * fix linter errors
rebased against master |
Fixes #838
Description
changing to modules from dependencies