-
Notifications
You must be signed in to change notification settings - Fork 60
Update docker.io/library/golang Docker tag to v1.26.6 (release-v0.7) #3460
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: release-v0.7
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.4 AS build | ||
| FROM docker.io/library/golang:1.26.6 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: Link this PR to an issue that authorizes Dockerfile modifications, or have a maintainer explicitly approve the protected-path change. |
||
|
|
||
| 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
The Dockerfile is a governance-protected file (listed in REVIEW_PROTECTED_PATHS). This PR modifies it without a linked issue providing justification for the change. While the Renovate bot description explains the mechanical nature of the update (golang 1.26.4 β 1.26.6), protected-path changes require human approval regardless of automation source.
Suggested fix: A human reviewer with governance authority should approve this change. No code changes are needed β the Docker tag bump itself is correct.