chore(deps): Update golang Docker tag (main) - #24162
Conversation
| 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>
e69666a to
0c185ec
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
❌ 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 | |||
There was a problem hiding this comment.
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.
Reviewed by Cursor Bugbot for commit 0c185ec. Configure here.


This PR contains the following updates:
1.26→1.271.26.6→1.27.01.26.6-bookworm→1.27.0-bookwormWarning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Configuration
📅 Schedule: (UTC)
🚦 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.
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.