-
Notifications
You must be signed in to change notification settings - Fork 270
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
prometheus-podman-exporter/1.14.0 package update #37019
prometheus-podman-exporter/1.14.0 package update #37019
Conversation
octo-sts
bot
commented
Dec 14, 2024
Signed-off-by: wolfi-bot <[email protected]>
Signed-off-by: Dentrax <[email protected]>
Gen AI suggestions to solve the build error: Based on the build error and context provided, let me analyze and provide a solution: • Detected Error: The build appears to fail silently after the git checkout step, with only the help text fragment visible "version Prints the version" • Error Category: Build Configuration • Failure Point: After git checkout step, during the go/bump step • Root Cause Analysis: • Suggested Fix: - uses: go/bump
with:
deps: |
github.com/opencontainers/[email protected]
github.com/prometheus/[email protected]
github.com/onsi/[email protected]
github.com/onsi/ginkgo/[email protected]
github.com/prometheus/[email protected] • Explanation:
• Additional Notes:
• References:
This solution should properly update all dependencies while maintaining build compatibility. |
Signed-off-by: Dentrax <[email protected]>
They hardcodedly pinned the runc 1.1.1 in their go.mod file without providing any reason, lets replace it to 2.1.2: https://github.com/containers/prometheus-podman-exporter/blame/931c57834fc6216c886a0ecda3f37ecd142d4a7e/go.mod#L195 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
replace looks good, thank you!!