Open
Conversation
Qodana for Go421 new problems were found
@@ Code coverage @@
- 43% total lines covered
9285 lines analyzed, 4068 lines covered
# Calculated according to the filters of your coverage tool☁️ View the detailed Qodana report Contact Qodana teamContact us at qodana-support@jetbrains.com
|
056783c to
70b3427
Compare
|
This pull request has been automatically marked as stale because it has not had recent activity for 7 days. What happens next?
Thank you for your contribution! 🙏 |
b50162c to
416c578
Compare
Qodana for Go1 new problem were found
@@ Code coverage @@
+ 61% total lines covered
9161 lines analyzed, 5622 lines covered
# Calculated according to the filters of your coverage tool☁️ View the detailed Qodana report Contact Qodana teamContact us at qodana-support@jetbrains.com
|
bindreams
approved these changes
Mar 2, 2026
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.
Pull Request Details
Description
Migrate Docker base images to Docker Hardened Images (DHI) and upgrade from Debian 12 (Bookworm) to Debian 13 (Trixie) for improved security and reduced CVEs. The plan is to update the images, run our image tests and, if everything works out, keep it, if not, we will revert.
Base Image Migrations
jvm-community.Dockerfiledebian:bookworm-slimdhi.io/debian-base:trixiedotnet-community.Dockerfiledebian:bookworm-slimdhi.io/debian-base:trixiecpp-community.Dockerfiledebian:bookworm-slimdhi.io/debian-base:trixiecpp-community-bookworm.Dockerfiledebian:bookworm-slimgo.Dockerfilegolang:1.24-bookwormdhi.io/golang:1.25-debian13-devjs.Dockerfilenode:22-bookworm-slimdhi.io/node:22-debian13-devphp.Dockerfilephp:8.4-cli-bookwormdhi.io/php:8.4-devruby.Dockerfileruby:3.x-slim-bookwormdhi.io/ruby:3.x-debian13-devrust.Dockerfilerust:1.88-slim-bookwormdhi.io/rust:1-debian13-devCI Matrix Optimization
Restructured build groups for maximum parallelism (5 → 12 parallel jobs):
jvmdotnetclangclang-16clang-17clang-18clang-19gojsphprustrubyBreaking Changes
Related Issue
https://youtrack.jetbrains.com/issue/QD-13151
Motivation and Context
How Has This Been Tested
docker buildx bakeTypes of changes
Checklist