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 .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
golang 1.26.3
golang 1.26.5

Check failure on line 1 in .tool-versions

View workflow job for this annotation

GitHub Actions / Test

Version manager version incompatible, saw 1.26.5, running with version: 1.26.3

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

[low] consistency

After this PR merges, .tool-versions will specify Go 1.26.5 while Dockerfile (line 19), Dockerfile.dist (line 19), go.mod (line 3), acceptance/go.mod (line 3), tools/go.mod (line 3), and tools/kubectl/go.mod (line 3) will still reference Go 1.26.3. This version drift is expected with Renovate's per-manager PR strategy and poses no compatibility risk for a patch bump, but should be resolved when the companion PRs land.

Loading