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

Add --upgrade to ./hack/update-deps.sh #2133

Merged
merged 1 commit into from
Apr 3, 2020

Commits on Mar 9, 2020

  1. Add --upgrade to ./hack/update-deps.sh

    For Knative, we have bots that update our inter-repo dependencies each weekday morning (PST), which enables us to very quickly detect and resolve breakages.
    
    I hadn't enabled this for Tekton (thus far) because it used `go mod`, which was foreign enough to me that I avoided it like the plague.  However, a number of factors have pushed me in the direction of having a standard `./hack/update-deps.sh` mechanism for bumping certain dependencies, which enables us to support `go mod` (in Tekton as well as our own in the future).
    
    This trivially enables us to enable the bots for Tekton because `go mod` becomes a hidden implementation detail.
    mattmoor committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    ba0b418 View commit details
    Browse the repository at this point in the history