Skip to content

Update docker.io/library/golang Docker tag to v1.26.3 (main)#3194

Open
red-hat-konflux[bot] wants to merge 1 commit into
mainfrom
konflux/mintmaker/main-main/docker.io-library-golang-1.x
Open

Update docker.io/library/golang Docker tag to v1.26.3 (main)#3194
red-hat-konflux[bot] wants to merge 1 commit into
mainfrom
konflux/mintmaker/main-main/docker.io-library-golang-1.x

Conversation

@red-hat-konflux

@red-hat-konflux red-hat-konflux Bot commented Mar 25, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change Pending
docker.io/library/golang stage minor 1.25.81.26.3 1.26.4

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC), 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

To execute skipped test pipelines write comment /ok-to-test.


Documentation

Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.

@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main-main/docker.io-library-golang-1.x branch 2 times, most recently from 6b89f72 to 6bf818f Compare March 25, 2026 02:44
@red-hat-konflux red-hat-konflux Bot changed the title Update docker.io/library/golang Docker tag to v1.26.1 (main) Update docker.io/library/golang Docker tag to v1.26.3 (main) May 9, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main-main/docker.io-library-golang-1.x branch 4 times, most recently from 09b3e15 to 437816c Compare May 9, 2026 03:11
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main-main/docker.io-library-golang-1.x branch from 437816c to 6c389e6 Compare June 3, 2026 02:28
@red-hat-konflux red-hat-konflux Bot changed the title Update docker.io/library/golang Docker tag to v1.26.3 (main) Update docker.io/library/golang Docker tag to v1.26.4 (main) Jun 3, 2026
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main-main/docker.io-library-golang-1.x branch from 6c389e6 to 906a4bb Compare June 16, 2026 01:26
@red-hat-konflux red-hat-konflux Bot changed the title Update docker.io/library/golang Docker tag to v1.26.4 (main) Update docker.io/library/golang Docker tag to v1.26.3 (main) Jun 16, 2026
@fullsend-ai-review

fullsend-ai-review Bot commented Jun 16, 2026

Copy link
Copy Markdown

🤖 Finished Review · ✅ Success · Started 1:27 AM UTC · Completed 1:34 AM UTC
Commit: 47d3320 · View workflow run →

@fullsend-ai-review

Copy link
Copy Markdown

Review

Findings

Low

  • [stale-reference] Dockerfile.dist:19 — Dockerfile.dist still references Go 1.25.8 (via go-toolset:1.25.8). The two Dockerfiles now specify different Go toolchain versions (1.26.3 vs 1.25.8), which could produce binaries with different language-level behavior depending on which Dockerfile is used for the build. This is expected since Dockerfile.dist uses the Red Hat go-toolset image from a different registry with its own release cadence — no action needed unless the versions are intended to stay in sync.

  • [version-mismatch] go.mod:3go.mod declares go 1.25.8 while the Dockerfile now builds with Go 1.26.3. This is not a build error (Go is backward-compatible), but the module's declared minimum version is a full minor release behind the actual build toolchain.

  • [version-mismatch] .tool-versions:1.tool-versions still pins golang 1.25.8. Local developer builds will use a different Go version than the Docker build, potentially masking version-specific issues.

Info

  • [missing-authorization] Dockerfile:19 — No linked issue. Authorization inferred from the mechanical nature of the change (automated Renovate bot dependency version bump).

Comment thread Dockerfile
## Build

FROM docker.io/library/golang:1.25.8 AS build
FROM docker.io/library/golang:1.26.3 AS build

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

[info] missing-authorization

No linked issue. Authorization inferred from the mechanical nature of the change (automated Renovate bot dependency version bump).

@fullsend-ai-review fullsend-ai-review Bot added the ready-for-merge All reviewers approved — ready to merge label Jun 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

main ready-for-merge All reviewers approved — ready to merge renovate size: XS

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants