We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
I am working on a PR that needs an unreleased version of elastic-package that contains a new feature.
How can I set up an integration to use an arbitrary version of elastic-package?
The text was updated successfully, but these errors were encountered:
It seems the integrations repo uses the elastic-package version referenced in the go.mod file.
Here's how to switch to elastic-package@main:
elastic-package@main
go mod edit -replace github.com/elastic/elastic-package=github.com/elastic/elastic-package@main && go mod tidy
Replace main with a different ref if you want a different version or commit.
main
Sorry, something went wrong.
zmoog
No branches or pull requests
I am working on a PR that needs an unreleased version of elastic-package that contains a new feature.
How can I set up an integration to use an arbitrary version of elastic-package?
The text was updated successfully, but these errors were encountered: