-
Notifications
You must be signed in to change notification settings - Fork 195
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
initialize go module file #144
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: lavalamp The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Half of #143. |
Ran |
should this bump Travis.yml to go1.12 and run with GO111MODULE=on to make sure CI is actually testing with the versions listed here? xref https://github.com/kubernetes/client-go/pull/582/files |
Oh I was recently trying to get gengo to use Go modules too! 😄 To get the tests to pass (specifically
And reference it from the root
In addition, because of an assumption the library took for importing packages (see parser/parse.go#551), we have to use The long-term solution would be to migrate from edit: Oh! Also the Makefiles for each example will now have to reference the boilerplate header directly since the default location for that is in the GOPATH (args/args.go#L45). If you'd like @lavalamp I can submit a PR into your branch with the changes described above 😄 |
@andreykaipov Sure, that'd be great! |
@andreykaipov are you working on replacing |
Hi @estroz - I'm not working on it. At the time of my comment I tried to do it but couldn't really wrap my head around it. 😅 The only PR I have is the one above into this branch to get the CI working with Go modules, but that might have to change if |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Rotten issues close after 30d of inactivity. Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
@fejta-bot: Closed this PR. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
No description provided.