Skip to content

google patch[deps]: fix release-3.13.0-gmp vulnerabilities - #365

Merged
bwplotka merged 1 commit into
release-3.13.0-gmpfrom
avilevy/release-3.13.0-gmp-gmpctl-vulnfix
Sep 3, 2026
Merged

google patch[deps]: fix release-3.13.0-gmp vulnerabilities#365
bwplotka merged 1 commit into
release-3.13.0-gmpfrom
avilevy/release-3.13.0-gmp-gmpctl-vulnfix

Conversation

@avilevy18

Copy link
Copy Markdown
Contributor

Updating Go and image vulnerabilities using

./gmpctl.sh vulnfix

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the Go version to 1.26.0 in the root go.mod, bumps several golang.org/x dependencies, and updates the Go build and base images in Dockerfile.google. The reviewer noted that updating the Go version in the root go.mod without updating the other go.mod files in the repository will cause the check-go-mod-version CI check to fail, and requested that all other go.mod files be updated for consistency.

Comment thread go.mod
module github.com/prometheus/prometheus

go 1.25.0
go 1.26.0

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

Bumping the Go version to 1.26.0 in the root go.mod without updating the other go.mod files in the repository (such as documentation/examples/remote_storage/go.mod, web/ui/mantine-ui/src/promql/tools/go.mod, and internal/tools/go.mod) causes the check-go-mod-version CI job to fail. The script scripts/check-go-mod-version.sh requires all go.mod files in the repository to have matching Go versions. Please update all other go.mod files to go 1.26.0 to maintain consistency and pass the CI checks.

@avilevy18
avilevy18 force-pushed the avilevy/release-3.13.0-gmp-gmpctl-vulnfix branch from 1a6e003 to ee5a690 Compare September 3, 2026 15:39
Signed-off-by: avilevy <avilevy@google.com>
@avilevy18
avilevy18 force-pushed the avilevy/release-3.13.0-gmp-gmpctl-vulnfix branch from ee5a690 to 13e3324 Compare September 3, 2026 16:10
@avilevy18
avilevy18 requested a review from bwplotka September 3, 2026 16:38

@bwplotka bwplotka left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hope 1.26 move will not create further issues. 3.x is fine, but I'm worried on other fronts.

@bwplotka
bwplotka merged commit 65985e7 into release-3.13.0-gmp Sep 3, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants