build(deps): pin shared/golang to latest stable Go release#1180
Closed
Copilot wants to merge 2 commits into
Closed
build(deps): pin shared/golang to latest stable Go release#1180Copilot wants to merge 2 commits into
Copilot wants to merge 2 commits into
Conversation
…ookworm) Agent-Logs-Url: https://github.com/envoyproxy/examples/sessions/ccde29aa-d58d-4842-ac80-f07b0f18882a Co-authored-by: phlax <454682+phlax@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update Go Dockerfile to latest stable version
build(deps): pin shared/golang to latest stable Go release
May 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
shared/golang/Dockerfilewas trackinggolang:1.26.3-bookworm— a non-stable/rolling development line — causing Dependabot to repeatedly bump the digest within an unstable series (supersedes #1165).Change
Pinned to
golang:1.25.10-bookworm, the current stable maintained release per go.dev/dl, with a precise multi-arch manifest digest from Docker Hub:Dependabot remains enabled for
/shared/golangand will continue bumping within the1.25.xstable line going forward.Original prompt
This pull request was created from Copilot chat.