Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Check failure on line 19 in Dockerfile

View workflow job for this annotation

GitHub Actions / Test

Containerfile version incompatible, saw 1.26.6, running with version: 1.26.4

Copy link
Copy Markdown

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.

Copy link
Copy Markdown

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 governance/infrastructure file. The PR has no linked issue providing authorization for this change. While this is an automated Renovate bot patch-level Docker tag update (golang 1.26.4 β†’ 1.26.6), protected-path changes require human approval with issue-backed authorization.

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
Expand Down
Loading