Skip to content

Upgrade Go to 1.26.5#1279

Merged
liamfallon merged 2 commits into
kptdev:mainfrom
Nordix:upgrade-go-1.26.5-20260713
Jul 20, 2026
Merged

Upgrade Go to 1.26.5#1279
liamfallon merged 2 commits into
kptdev:mainfrom
Nordix:upgrade-go-1.26.5-20260713

Conversation

@aravindtga

Copy link
Copy Markdown
Contributor

Description

  • Go version bumped to 1.26.5
  • All modules verified (go mod tidy, go fmt, go vet, go build)

AI Disclosure

  • I have used AI in the creation of this PR.

Automated via go-upgrade script (AI-assisted development).

@netlify

netlify Bot commented Jul 13, 2026

Copy link
Copy Markdown

Deploy Preview for krm-function-catalog ready!

Name Link
🔨 Latest commit 48c68e6
🔍 Latest deploy log https://app.netlify.com/projects/krm-function-catalog/deploys/6a58e8a0b3001500085ef050
😎 Deploy Preview https://deploy-preview-1279--krm-function-catalog.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

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 go directive from 1.26.3 to 1.26.5 across multiple Go modules.
  • Updated functions/go/gatekeeper/go.mod to make github.com/google/go-cmp a 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.

Comment thread scripts/generate_docs/go.mod
@aravindtga
aravindtga marked this pull request as ready for review July 14, 2026 12:36
@aravindtga
aravindtga requested review from a team July 14, 2026 12:36
@aravindtga
aravindtga requested a review from kispaljr as a code owner July 14, 2026 12:36
@dosubot dosubot Bot added the size:M This PR changes 30-99 lines, ignoring generated files. label Jul 14, 2026

@liamfallon liamfallon left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Is the script that generated this PR published?

@aravindtga

Copy link
Copy Markdown
Contributor Author

Is the script that generated this PR published?

PR for that script is available for review kptdev/porch#1116.

@aravindtga
aravindtga requested review from a team July 16, 2026 08:55
@dosubot dosubot Bot added the lgtm This PR has been approved by a maintainer label 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
aravindtga force-pushed the upgrade-go-1.26.5-20260713 branch from a5602f6 to 48c68e6 Compare July 16, 2026 14:20
@liamfallon
liamfallon merged commit c5d1162 into kptdev:main Jul 20, 2026
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

lgtm This PR has been approved by a maintainer size:M This PR changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants