Skip to content

chore(deps): Update golang Docker tag (main) - #24162

Open
renovate-sh-app[bot] wants to merge 1 commit into
mainfrom
deps-update/main-golang-1.x
Open

chore(deps): Update golang Docker tag (main)#24162
renovate-sh-app[bot] wants to merge 1 commit into
mainfrom
deps-update/main-golang-1.x

Conversation

@renovate-sh-app

@renovate-sh-app renovate-sh-app Bot commented Aug 22, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
golang (source) stage minor 1.261.27
golang (source) stage minor 1.26.61.27.0
golang (source) stage minor 1.26.6-bookworm1.27.0-bookworm

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

Need help?

You can ask for more help in the following Slack channel: #proj-renovate-self-hosted. In that channel you can also find ADR and FAQ docs in the Resources section.

@renovate-sh-app renovate-sh-app Bot added docker Pull requests that update Docker code update-patch labels Aug 22, 2026
| datasource | package | from   | to     |
| ---------- | ------- | ------ | ------ |
| docker     | golang  | 1.26   | 1.27   |
| docker     | golang  | 1.26.6 | 1.27.0 |


Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
@renovate-sh-app
renovate-sh-app Bot force-pushed the deps-update/main-golang-1.x branch from e69666a to 0c185ec Compare August 23, 2026 00:08
@renovate-sh-app renovate-sh-app Bot changed the title chore(deps): Update golang Docker tag to v1.26.7 (main) chore(deps): Update golang Docker tag (main) Aug 23, 2026

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 0c185ec. Configure here.

@@ -1,4 +1,4 @@
FROM golang:1.26.6-bookworm@sha256:116d58cbd88c1297624acc6e967a060012422bacf9930927e23fb719189c6f36 AS builder
FROM golang:1.27.0-bookworm@sha256:484ef6066fa69acb059fdfeda7ba2b8f7391f2ef6abc6f9b8411e669ebd56466 AS builder

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Wrong Go minor version applied

High Severity

This PR is titled and described as a patch bump to 1.26.7, but the Dockerfiles jump to Go 1.27.0 (and 1.27 with a digest in GO_VERSION). go.mod and the Makefile still pin 1.26.6, so make-driven builds and direct image builds can use different compilers, and production images pick up an unintended minor toolchain release instead of the patch update.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 0c185ec. Configure here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/helm docker Pull requests that update Docker code sig/operator update-patch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants