-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Switch to Go 1.11 modules and package management. #187
Comments
Modules are experimental in Go 1.11 and will be finalized in Go 1.12. I would propose that we don't use this feature until it is finalized. |
/reopen |
@Ark-kun: Reopened this issue. 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. |
1 similar comment
@Ark-kun: Reopened this issue. 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. |
/close |
@yebrahim: Closing this issue. 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. |
1 similar comment
@yebrahim: Closing this issue. 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. |
I think this is long overdue. WDYT?
- Break up test cases into 2 sub-tests: 1. Validate Tekton YAML 2. Verify PipelineRun logs - Delete tasks before running pipeline - Normalize UUID before comparing logs
See https://github.com/golang/go/wiki/Modules
Argo has just switched recently: https://github.com/argoproj/argo/pull/1071/files
The text was updated successfully, but these errors were encountered: