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

Fix github.com/elastic/e2e-testing error #2736

Open
romulets opened this issue Nov 13, 2024 · 0 comments
Open

Fix github.com/elastic/e2e-testing error #2736

romulets opened this issue Nov 13, 2024 · 0 comments
Labels
Team:Cloud Security Cloud Security team related

Comments

@romulets
Copy link
Member

While verifying everything is working as it should after updating dependabot to also handle 8.x branch, I noticed that dependabot has been failing for a while on the dependency github.com/elastic/e2e-testing@v1.99.1 with error

Handled error whilst updating github.com/elastic/e2e-testing: dependency_file_not_resolvable {:message=>"go: downloading github.com/elastic/e2e-testing v1.99.1\ngo: github.com/elastic/e2e-testing@v1.99.1 indirectly requires k8s.io/api@v0.0.0: reading k8s.io/api/go.mod at revision v0.0.0: unknown revision v0.0.0"}

I checked, the k8s.io/api dependency is not on 0.0.0. Once I get what's in the go proxy (https://proxy.golang.org:443/github.com/elastic/e2e-testing/@v/v1.99.1.zip). we get a very very old version of this package.
Could be the problem is because is archived https://github.com/elastic/e2e-testing/tree/main.

Regardless, I think it's nice if we have a look and fix it. We use this dependency only in the mage agent-package command to fetch beats binary.

It's non blocking, because the dependabot still works for the other dependencies. It's just an error we get

@romulets romulets added the Team:Cloud Security Cloud Security team related label Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Team:Cloud Security Cloud Security team related
Projects
None yet
Development

No branches or pull requests

1 participant