Skip to content

chore: bump go.mod directive to 1.26.7 (backplane-2.17) - #2349

Merged
openshift-merge-bot[bot] merged 1 commit into
stolostron:backplane-2.17from
amitesh1201:chore/bump-go-directive-1.26.7-backplane-2.17
Sep 7, 2026
Merged

openshift-merge-bot[bot] merged 1 commit into
stolostron:backplane-2.17from
amitesh1201:chore/bump-go-directive-1.26.7-backplane-2.17

Conversation

@amitesh1201

Copy link
Copy Markdown

Summary

Backport of the go.mod directive bump from stolostron/discovery#2346 for the backplane-2.17 branch.

Updates go.mod directive 1.26.31.26.7 to align the declared Go minimum with the toolchain resolved by the floating golang:1.26 builder tag and close coverage gaps for stdlib CVEs.

CVEs resolved by this change:

CVE GO advisory Fixed in
CVE-2026-42504 (mime DoS) GO-2026-5038 1.26.4
CVE-2026-56860 (net/url DoS) GO-2026-6218 1.26.6
CVE-2026-56862 (crypto/tls DoS) GO-2026-6090 1.26.6
CVE-2026-56853 (net/http DoS) GO-2026-6089 1.26.6
CVE-2026-56859 (encoding/xml DoS) GO-2026-6088 1.26.6
CVE-2026-33818 (encoding/asn1 DoS) GO-2026-5972 1.26.6
CVE-2026-39821 (x/net/idna) GO-2026-5026 1.26.6

Test plan

  • go build -mod=readonly ./...
  • go vet ./...
  • gofmt -l . (no output)

Made with Cursor

Aligns the declared Go minimum with the toolchain already resolved by
the floating golang:1.26 builder tag in production builds, and closes
coverage gaps for stdlib CVEs fixed in 1.26.6 and 1.26.7:

- GO-2026-6218 (CVE-2026-56860)
- GO-2026-6090 (CVE-2026-56862)
- GO-2026-6089 (CVE-2026-56853)
- GO-2026-6088 (CVE-2026-56859)
- GO-2026-5972 (CVE-2026-33818)
- GO-2026-5026 (CVE-2026-39821)
- GO-2026-5038 (CVE-2026-42504)

Verified with go build (-mod=readonly), go vet, and gofmt against a
locally installed go1.26.7 toolchain.

Signed-off-by: Amit Yadav <ayadav@redhat.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
@coderabbitai

coderabbitai Bot commented Sep 4, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Repository: stolostron/coderabbit/.coderabbit.yaml

Review profile: CHILL

Plan: Team

Run ID: f154b768-4358-4807-8325-226a5dce0201

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Comment @coderabbitai help to get the list of available commands.

@sonarqubecloud

sonarqubecloud Bot commented Sep 4, 2026

Copy link
Copy Markdown

@dislbenn

dislbenn commented Sep 7, 2026

Copy link
Copy Markdown
Contributor

/lgtm

@openshift-ci

openshift-ci Bot commented Sep 7, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: amitesh1201, dislbenn

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci Bot added the approved PR approval has been given label Sep 7, 2026
@openshift-merge-bot
openshift-merge-bot Bot merged commit 01f5b21 into stolostron:backplane-2.17 Sep 7, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants