-
Notifications
You must be signed in to change notification settings - Fork 23
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
Update docker dependency #100
Conversation
@pazone the build is failing as the Windows VM are using 1.20 whereas they should now be using Go 1.21, could you please help us out here? |
@michalpristas Looks like this PR would close out #91? |
Looks like the Go version is specified here: https://github.com/elastic/elastic-agent-autodiscover/blob/main/.buildkite/pipeline.yml#L5 Updating that is probably the quickest fix, though I think that we try to preinstall Go on most of the images as well (possibly a future improvement to look at). |
Thanks @rowlandgeoff, I'll try to bump it here - #101 |
98e340e
to
de9152a
Compare
💚 Build Succeeded
History
|
Updated dependency is needed for agent.
Replaced deprecated type
type.ContainerListOptions
withcontainer.ListOptions