[1.3] misc backports + Go 1.24->1.25#5111
Merged
rata merged 7 commits intoopencontainers:release-1.3from Feb 11, 2026
Merged
Conversation
Bump bats to the version from Fedora 42 (used in "fedora" job), so we have the same version everywhere. This also fixes an issue introduced by commit d31e6b8 (which forgot to bump bats in GHA CI), and adds a note to the yaml in order to avoid the same issue in the future. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com> (cherry picked from commit 6af1d63) Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com> (cherry picked from commit 2a7ce15) Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This which is already using in CI on Fedora. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com> (cherry picked from commit f128234) Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This version was released almost a year ago. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com> (cherry picked from commit f4710e5) Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
(as well as for testing on Cirrus CI) Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com> (cherry picked from commit 79b97d4) Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com> (cherry picked from commit 68771cf) Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
Go 1.24 is no longer supported, and Go 1.25 (which we use in Dockerfile for official binaries) is not being tested against. So remove Go 1.24.x and add Go 1.25.x. We keep Go 1.23.x is this is a minimally required version for this branch. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
AkihiroSuda
approved these changes
Feb 11, 2026
Merged
4 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a backport of the following small PRs from the main branch:
The last one also fixes a CI failure (a check added in #4999).
Also, add Go 1.25 to test matrix, and remove Go 1.24 as it is no longer supported (we still keep Go 1.23).