Upgrade Go to 1.26.5#1279
Merged
Merged
Conversation
✅ Deploy Preview for krm-function-catalog ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR upgrades the Go toolchain version referenced by the repository’s Go modules to 1.26.5, aligning module metadata with the intended compiler/runtime version and refreshing module requirements where go mod tidy dictates.
Changes:
- Bumped
godirective from1.26.3to1.26.5across multiple Go modules. - Updated
functions/go/gatekeeper/go.modto makegithub.com/google/go-cmpa direct dependency (consistent with usage in tests).
Reviewed changes
Copilot reviewed 27 out of 27 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| scripts/generate_docs/go.mod | Bump module go directive to 1.26.5 for docs generator tooling. |
| functions/go/upsert-resource/go.mod | Bump module go directive to 1.26.5. |
| functions/go/starlark/go.mod | Bump module go directive to 1.26.5. |
| functions/go/sleep/go.mod | Bump module go directive to 1.26.5. |
| functions/go/set-namespace/go.mod | Bump module go directive to 1.26.5. |
| functions/go/set-labels/go.mod | Bump module go directive to 1.26.5. |
| functions/go/set-image/go.mod | Bump module go directive to 1.26.5. |
| functions/go/set-enforcement-action/go.mod | Bump module go directive to 1.26.5. |
| functions/go/set-annotations/go.mod | Bump module go directive to 1.26.5. |
| functions/go/search-replace/go.mod | Bump module go directive to 1.26.5. |
| functions/go/render-helm-chart/go.mod | Bump module go directive to 1.26.5. |
| functions/go/remove-local-config-resources/go.mod | Bump module go directive to 1.26.5. |
| functions/go/printenv/go.mod | Bump module go directive to 1.26.5. |
| functions/go/no-op/go.mod | Bump module go directive to 1.26.5. |
| functions/go/list-setters/go.mod | Bump module go directive to 1.26.5. |
| functions/go/kubeconform/go.mod | Bump module go directive to 1.26.5. |
| functions/go/generate-kpt-pkg-docs/go.mod | Bump module go directive to 1.26.5. |
| functions/go/gatekeeper/go.mod | Bump module go directive to 1.26.5; promote go-cmp to direct requirement. |
| functions/go/foo/go.mod | Bump module go directive to 1.26.5. |
| functions/go/ensure-name-substring/go.mod | Bump module go directive to 1.26.5. |
| functions/go/drop-comments/go.mod | Bump module go directive to 1.26.5. |
| functions/go/delete-annotations/go.mod | Bump module go directive to 1.26.5. |
| functions/go/create-setters/go.mod | Bump module go directive to 1.26.5. |
| functions/go/bar/go.mod | Bump module go directive to 1.26.5. |
| functions/go/apply-setters/go.mod | Bump module go directive to 1.26.5. |
| functions/go/apply-replacements/go.mod | Bump module go directive to 1.26.5. |
| functions/go/annotate-apply-time-mutations/go.mod | Bump module go directive to 1.26.5. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
aravindtga
marked this pull request as ready for review
July 14, 2026 12:36
liamfallon
reviewed
Jul 14, 2026
liamfallon
left a comment
Contributor
There was a problem hiding this comment.
Is the script that generated this PR published?
Contributor
Author
PR for that script is available for review kptdev/porch#1116. |
mozesl-nokia
approved these changes
Jul 16, 2026
- Go version bumped to `1.26.5` - All modules verified (go mod tidy, go fmt, go vet, go build) Signed-off-by: Aravindhan Ayyanathan <aravindhan.a@est.tech>
Signed-off-by: Aravindhan Ayyanathan <aravindhan.a@est.tech>
aravindtga
force-pushed
the
upgrade-go-1.26.5-20260713
branch
from
July 16, 2026 14:20
a5602f6 to
48c68e6
Compare
liamfallon
approved these changes
Jul 20, 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.
Description
1.26.5go mod tidy,go fmt,go vet,go build)AI Disclosure
Automated via go-upgrade script (AI-assisted development).