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

update Go to v1.23.6 and fix Renovate handling of Go #1650

Merged
merged 2 commits into from
Feb 10, 2025

Conversation

rolinh
Copy link
Member

@rolinh rolinh commented Feb 10, 2025

No description provided.

The Go image is supposedly updated by Renovate. However, by being too
specific with the Alpine version, we stopped getting updates as an
Alpine v3.19 image is no longer being published. To avoid this issue,
let's simply specify `-alpine` as the image without specifying the
version. There's no point in being too specific as we do not use this
image for a multi-strage docker build.

Signed-off-by: Robin Hahling <[email protected]>
There's a case for being conservative with the required version when a
module is imported by others. Given that now, 99.9% of Hubble's code
lives in github.com/cilium/cilium, there's no point trying to require
the .0 version. The main driver for the change is that our CI jobs use
the Go version as specified in the `go.mod` file. With this change, we
can now let Renovate update the Go version in the go.mod file
automatically.

Signed-off-by: Robin Hahling <[email protected]>
@rolinh rolinh added the release-note/minor This PR introduces functionality that users may find relevant to operating Hubble. label Feb 10, 2025
@rolinh rolinh requested a review from kaworu February 10, 2025 09:58
@rolinh rolinh requested a review from a team as a code owner February 10, 2025 09:58
@maintainer-s-little-helper maintainer-s-little-helper bot added the ready-to-merge This PR has passed all tests and received consensus from code owners to merge. label Feb 10, 2025
@rolinh rolinh merged commit c0a21a3 into main Feb 10, 2025
3 checks passed
@rolinh rolinh deleted the pr/rolinh/misc-updates branch February 10, 2025 10:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-to-merge This PR has passed all tests and received consensus from code owners to merge. release-note/minor This PR introduces functionality that users may find relevant to operating Hubble.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants