go.mod: update go-licence-detector to v0.5.0#24117
go.mod: update go-licence-detector to v0.5.0#24117axw wants to merge 4 commits intoelastic:masterfrom
Conversation
go-licence-detector v0.5.0 added support for local module replacements, which are used when in the APM Server Beats update job.
|
/run apm-beats-update |
💔 Build Failed
Expand to view the summary
Build stats
Test stats 🧪
Trends 🧪Steps errors
Expand to view the steps failures
|
| Test | Results |
|---|---|
| Failed | 0 |
| Passed | 45879 |
| Skipped | 4004 |
| Total | 49883 |
|
The PR is still failing with the same error, but I think this can go in regardless. |
|
Failing tests in metricbeat were caused by temporary errors connecting with docker hub/cloudflare: |
|
Hi! We're labeling this issue as |
What does this PR do?
Update go-licence-detector to v0.5.0.
Why is it important?
Local module replacements are used in the APM Server Beats update job, and the job is failing because "beats-local" doesn't have the right licence. go-licence-detector v0.5.0 added support for local module replacements.
Checklist
- [ ] I have commented my code, particularly in hard-to-understand areas- [ ] I have made corresponding changes to the documentation- [ ] I have made corresponding change to the default configuration files- [ ] I have added tests that prove my fix is effective or that my feature works- [ ] I have added an entry inCHANGELOG.next.asciidocorCHANGELOG-developer.next.asciidoc.