Skip to content

chore(deps): Renovate/patch golang versions 1.26.3#2556

Merged
matthiasbruns merged 10 commits into
open-component-model:mainfrom
matthiasbruns:renovate/patch-golang-versions-2026-05-18
May 18, 2026
Merged

chore(deps): Renovate/patch golang versions 1.26.3#2556
matthiasbruns merged 10 commits into
open-component-model:mainfrom
matthiasbruns:renovate/patch-golang-versions-2026-05-18

Conversation

@matthiasbruns

@matthiasbruns matthiasbruns commented May 18, 2026

Copy link
Copy Markdown
Contributor

Followup of #2522

Sets Golang to v1.26.2 v.1.26.3

@netlify

netlify Bot commented May 18, 2026

Copy link
Copy Markdown

Deploy Preview for ocm-website ready!

Name Link
🔨 Latest commit fbd1379
🔍 Latest deploy log https://app.netlify.com/projects/ocm-website/deploys/6a0afe20628a130008fd87bc
😎 Deploy Preview https://deploy-preview-2556--ocm-website.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@coderabbitai

coderabbitai Bot commented May 18, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: f81ad9bb-1bfe-47d1-aed1-d90f6c826470

📥 Commits

Reviewing files that changed from the base of the PR and between 6c1b6c7 and fbd1379.

📒 Files selected for processing (36)
  • bindings/go/blob/go.mod
  • bindings/go/cel/go.mod
  • bindings/go/configuration/go.mod
  • bindings/go/constructor/go.mod
  • bindings/go/credentials/go.mod
  • bindings/go/ctf/go.mod
  • bindings/go/dag/go.mod
  • bindings/go/descriptor/normalisation/go.mod
  • bindings/go/descriptor/runtime/go.mod
  • bindings/go/descriptor/v2/go.mod
  • bindings/go/examples/go.mod
  • bindings/go/generator/go.mod
  • bindings/go/helm/go.mod
  • bindings/go/input/dir/go.mod
  • bindings/go/input/file/go.mod
  • bindings/go/input/utf8/go.mod
  • bindings/go/oci/go.mod
  • bindings/go/oci/integration/go.mod
  • bindings/go/plugin/go.mod
  • bindings/go/repository/go.mod
  • bindings/go/rsa/go.mod
  • bindings/go/runtime/go.mod
  • bindings/go/signing/go.mod
  • bindings/go/sigstore/go.mod
  • bindings/go/sigstore/integration/go.mod
  • bindings/go/transfer/go.mod
  • bindings/go/transfer/integration/go.mod
  • bindings/go/transform/go.mod
  • cli/go.mod
  • cli/integration/go.mod
  • conformance/scenarios/sovereign/components/notes/go.mod
  • kubernetes/controller/Dockerfile
  • kubernetes/controller/go.mod
  • website/go.mod
  • website/hack/generate-cli-docs/go.mod
  • website/netlify.toml

📝 Walkthrough

Walkthrough

This PR standardizes Go toolchain versions across the repository by updating 30 go.mod files from Go 1.26.1 to 1.26.3, updating the Kubernetes controller Dockerfile builder stage, and synchronizing Netlify CI environment variables.

Changes

Go Toolchain Standardization to 1.26.3

Layer / File(s) Summary
Go bindings modules toolchain upgrade
bindings/go/blob/go.mod, bindings/go/cel/go.mod, bindings/go/configuration/go.mod, bindings/go/constructor/go.mod, bindings/go/credentials/go.mod, bindings/go/ctf/go.mod, bindings/go/dag/go.mod, bindings/go/descriptor/normalisation/go.mod, bindings/go/descriptor/runtime/go.mod, bindings/go/descriptor/v2/go.mod, bindings/go/examples/go.mod, bindings/go/generator/go.mod, bindings/go/helm/go.mod, bindings/go/input/dir/go.mod, bindings/go/input/file/go.mod, bindings/go/input/utf8/go.mod, bindings/go/oci/go.mod, bindings/go/oci/integration/go.mod, bindings/go/plugin/go.mod, bindings/go/repository/go.mod, bindings/go/rsa/go.mod, bindings/go/runtime/go.mod, bindings/go/signing/go.mod, bindings/go/sigstore/go.mod, bindings/go/sigstore/integration/go.mod, bindings/go/transfer/go.mod, bindings/go/transfer/integration/go.mod, bindings/go/transform/go.mod
All 28 Go modules under the bindings/go namespace standardized to require Go 1.26.3 instead of 1.26.1.
Top-level application modules toolchain upgrade
cli/go.mod, cli/integration/go.mod, conformance/scenarios/sovereign/components/notes/go.mod, kubernetes/controller/go.mod, website/go.mod
CLI, conformance test, kubernetes controller, and website modules updated from Go 1.26.1 to 1.26.3.
Docker build image and CI environment version updates
website/hack/generate-cli-docs/go.mod, kubernetes/controller/Dockerfile, website/netlify.toml
Website documentation generation module bumped from 1.26.2 to 1.26.3; Dockerfile golang builder image tag and digest updated to 1.26.3; Netlify GO_VERSION environment variable set to 1.26.3.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

Suggested reviewers

  • jakobmoellerdev
  • morri-son

Poem

🐰 A hop, skip, and patch away
From 1.26.1 to 1.26.3 today
Across thirty modules we go
Docker, Netlify, and the CLI show
All toolchains aligned, hooray! 🎉

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

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

@github-actions github-actions Bot added the size/s Small label May 18, 2026
@matthiasbruns matthiasbruns changed the title Renovate/patch golang versions 2026 05 18 chore(deps): Renovate/patch golang versions 2026 05 18 May 18, 2026
@github-actions github-actions Bot added kind/chore chore, maintenance, etc. kind/dependency dependency update, etc. labels May 18, 2026
ocmbot Bot and others added 2 commits May 18, 2026 08:39
Signed-off-by: Matthias Bruns <git@matthiasbruns.com>
Signed-off-by: Matthias Bruns <git@matthiasbruns.com>
@matthiasbruns matthiasbruns force-pushed the renovate/patch-golang-versions-2026-05-18 branch from c63718f to 2a66192 Compare May 18, 2026 06:39
@matthiasbruns matthiasbruns changed the title chore(deps): Renovate/patch golang versions 2026 05 18 chore(deps): Renovate/patch golang versions 1.26.2 May 18, 2026
@matthiasbruns matthiasbruns marked this pull request as ready for review May 18, 2026 06:49
@matthiasbruns matthiasbruns requested a review from a team as a code owner May 18, 2026 06:49
@jakobmoellerdev

Copy link
Copy Markdown
Member

a few things here: 1. why exactly did you need to close the pr? 2. I think it makes sense to not have the minimum window for go core because we already have 1.26.3 right?

@matthiasbruns

Copy link
Copy Markdown
Contributor Author

a few things here: 1. why exactly did you need to close the pr? 2. I think it makes sense to not have the minimum window for go core because we already have 1.26.3 right?

  1. The build failed on the original PR - should I have kept it open and wait until it closes itself after merging this one?
  2. Yeah I'll push to 1.26.3

@jakobmoellerdev

Copy link
Copy Markdown
Member

I think the build should not have failed because the grouping of renovate should have included the bumps you did as well. If it didnt do that the grouping rules are probably off.

On-behalf-of: SAP <matthias.bruns@sap.com>
Signed-off-by: Matthias Bruns <git@matthiasbruns.com>
@matthiasbruns matthiasbruns changed the title chore(deps): Renovate/patch golang versions 1.26.2 chore(deps): Renovate/patch golang versions 1.26.3 May 18, 2026
On-behalf-of: SAP <matthias.bruns@sap.com>
Signed-off-by: Matthias Bruns <git@matthiasbruns.com>
@matthiasbruns

Copy link
Copy Markdown
Contributor Author

I think the build should not have failed because the grouping of renovate should have included the bumps you did as well. If it didnt do that the grouping rules are probably off.

yeah - the docker stuff didnt work https://github.com/open-component-model/open-component-model/actions/runs/26017346081/job/76470456696

@matthiasbruns matthiasbruns enabled auto-merge (squash) May 18, 2026 11:55
@matthiasbruns matthiasbruns merged commit 55f4bbb into open-component-model:main May 18, 2026
84 of 85 checks passed
ocmbot Bot pushed a commit that referenced this pull request May 18, 2026
Followup of
#2522

Sets Golang to ~v1.26.2~ v.1.26.3

---------

Signed-off-by: Matthias Bruns <git@matthiasbruns.com>
Co-authored-by: ocmbot[bot] <125909804+ocmbot[bot]@users.noreply.github.com> 55f4bbb
skarlso-release-bot Bot pushed a commit to Skarlso/open-component-model that referenced this pull request May 18, 2026
…del#2556)

Followup of
open-component-model#2522

Sets Golang to ~v1.26.2~ v.1.26.3

---------

Signed-off-by: Matthias Bruns <git@matthiasbruns.com>
Co-authored-by: ocmbot[bot] <125909804+ocmbot[bot]@users.noreply.github.com> 55f4bbb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind/chore chore, maintenance, etc. kind/dependency dependency update, etc. size/s Small

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants