-
Notifications
You must be signed in to change notification settings - Fork 545
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
Ship a Gopkg.toml #23
Comments
To avoid duplicated work, I have prototype code for the publishing bot to do this when a release tag from the kube repo is converted into one of the published repo. Obviously, the Gopkg.toml should not reference sha1 revisions, but tags, for client-go preferably the semver tag. |
Yeah, maybe I filed this in the wrong place.
…On Thu, Sep 7, 2017 at 11:15 AM, Dr. Stefan Schimanski < ***@***.***> wrote:
To avoid duplicated work, I have prototype code for the publishing bot to
do this when a release tag from the kube repo is converted into one of the
published repo. Obviously, the Gopkg.toml should not reference sha1
revisions, but tags, for client-go preferably the semver tag.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#23 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAnglkn4QLhq8SWJWxS3QzQDgOCHb3Lpks5sgDKFgaJpZM4PQJ-y>
.
|
Issues go stale after 90d of inactivity. Prevent issues from auto-closing with an If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or |
/assign |
/remove-lifecycle stale |
We have go.mod now, so closing. :) |
...to help
dep
users get the correct version of dependencies (e.g., k8s.io/apimachinery).The text was updated successfully, but these errors were encountered: