-
Notifications
You must be signed in to change notification settings - Fork 60
Update docker.io/library/golang Docker tag to v1.26.5 (main) #3366
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -16,7 +16,7 @@ | |
|
|
||
| ## Build | ||
|
|
||
| FROM docker.io/library/golang:1.26.3@sha256:2d6c80227255c3112a4d08e67ba98e58efd3846daf15d9d7d4c389565d881b1a AS build | ||
| FROM docker.io/library/golang:1.26.5@sha256:2005724102f45917a63e9d092fc0e4ea56ea575048ce147caad5f5f61502c365 AS build | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [high] protected-path This PR modifies Suggested fix: A human reviewer must explicitly approve this Dockerfile change. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [high] protected-path This PR modifies Dockerfile, which is a protected infrastructure file requiring human approval. The PR has no linked issue providing explicit authorization for this change. The change itself is a routine automated Renovate dependency update (golang 1.26.3 β 1.26.5) with a pinned digest, and renovate.json in the repository root configures Renovate for this repository, confirming the update is within the bots configured scope. However, human review and approval is always required for protected-path changes regardless of the changes nature. Suggested fix: A repository maintainer should review and approve this protected-path change. No code changes are needed β this is a governance gate, not a code defect. |
||
|
|
||
| ARG TARGETOS | ||
| ARG TARGETARCH | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[high] protected-path
This PR modifies Dockerfile, which is a protected infrastructure file requiring human approval. The PR has no linked issue authorizing the change. While this is a Renovate-generated Go base image bump (1.26.3 β 1.26.5) with a pinned digest, protected-path changes always require explicit human verification.
Suggested fix: A human maintainer should verify this Renovate-generated Dockerfile change is expected and approve it. Consider linking to the Renovate configuration or an issue that authorizes Dockerfile modifications to streamline future reviews.