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

Use vendor-ed version of plumbing instead of go get 🦸 #1807

Merged
merged 1 commit into from
Jan 6, 2020

Commits on Jan 6, 2020

  1. Use vendor-ed version of plumbing instead of go get 🦸

    Using `go get -d` updates continuously the plumbing dependency,
    without really updating the vendor folder, which means it becomes
    inconsistency.
    
    This is a follow-up of tektoncd#1763.
    
    Signed-off-by: Vincent Demeester <[email protected]>
    vdemeester committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    b143d24 View commit details
    Browse the repository at this point in the history